fix travis: stop on 1st error
This commit is contained in:
parent
70aa3e2b5e
commit
7f8b3ebe7d
1 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ cache:
|
|||
- "$HOME/.choosenim/toolchains/nim-0.19.2"
|
||||
|
||||
install:
|
||||
- set -ue
|
||||
- export CHOOSENIM_CHOOSE_VERSION=$BRANCH
|
||||
- |
|
||||
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
|
||||
|
|
@ -20,6 +21,7 @@ install:
|
|||
- export PATH=$HOME/.nimble/bin:$PATH
|
||||
|
||||
script:
|
||||
- set -e
|
||||
- nimble install -y
|
||||
- nimble test
|
||||
- nimble --nimbleDir:`pwd`/test install nimterop -y
|
||||
- nimble --nimbleDir:`pwd`/build/fakenimble install nimterop -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue