travis: fixes silly syntax mistakes

This commit is contained in:
Andreas Rumpf
2018-09-18 15:57:45 +02:00
parent 7ee6774fb7
commit 3bbc8c3c4c

View File

@@ -45,8 +45,8 @@ script:
#- nimble install niminst
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
# Do not run the tests on OSX as OSX does 'testinstall' which *also* runs all the tests!
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; tests/testament/tester --pedantic all -d:nimCoroutines
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; ./koch testinstall
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then tests/testament/tester --pedantic all -d:nimCoroutines; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./koch testinstall; fi
- nim c -o:bin/nimpretty nimpretty/nimpretty.nim
- nim c -r nimpretty/tester.nim
- ./koch docs