Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard authored Aug 9, 2017
1 parent b1f208b commit a389c26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ cp normal-checks/.travis.yml .travis.yml &&
cp normal-checks/install.sh install.sh &&
chmod 755 install.sh &&
cd normal-checks &&
git checkout b824f5247e2ad420f7fe0dbfa88b51f82b0e591d &&
git checkout 4256f55ef631900df06ca5c6167e21e6ed4cf55b &&
cd ../ &&
./install.sh;
rm -Rf install.sh;
rm -Rf normal-checks
rm -Rf normal-checks;
git commit -am "Update to NC 1.7";
git push
```
2. Edit the `.travis.yml` email parameter and add any initialisers or tests you may have.
3. Travis CI Settings:
Expand Down

0 comments on commit a389c26

Please sign in to comment.