mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
fix travis: add set -e in script (#10631)
This commit is contained in:
committed by
Andreas Rumpf
parent
f4b2793bdf
commit
e3ba2e24cf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user