Finishing touches for travis build to succeed.

This commit is contained in:
Dominik Picheta 2015-12-30 01:32:00 +00:00
commit 8576776de7
3 changed files with 6 additions and 3 deletions

View file

@ -15,10 +15,9 @@ before_script:
- export PATH=`pwd`/Nim/bin:$PATH
script:
- nim c src/nimble
- ./src/nimble install -y
- cd tests
- nim c -r tester
- ./src/nimble install -y
notifications:
irc: "chat.freenode.net#nimbuild"