fix travis: add set -e in script (#10631)

This commit is contained in:
Timothee Cour
2019-02-11 23:30:53 -08:00
committed by Andreas Rumpf
parent f4b2793bdf
commit e3ba2e24cf

View File

@@ -45,10 +45,12 @@ before_script:
- set +e # prevents breaking after_failure
script:
- set -e
- echo "travis_fold:start:nim_c_koch"
- nim c koch
- echo "travis_fold:end:nim_c_koch"
- ./koch runCI
- set +e
before_deploy:
# Make https://nim-lang.github.io/Nim work the same as https://nim-lang.github.io/Nim/overview.html