Skip to content

Commit

Permalink
fix travis: add set -e in script (#10631)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored and Araq committed Feb 13, 2019
1 parent f4b2793 commit e3ba2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit e3ba2e2

Please sign in to comment.