fix for ubuntu
This commit is contained in:
parent
7f8b3ebe7d
commit
1d000ef034
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ cache:
|
|||
- "$HOME/.choosenim/toolchains/nim-0.19.2"
|
||||
|
||||
install:
|
||||
- set -ue
|
||||
# `set -u` failed for ubuntu: /home/travis/.travis/job_stages: line 107: secure: unbound variable
|
||||
- set -e
|
||||
- export CHOOSENIM_CHOOSE_VERSION=$BRANCH
|
||||
- |
|
||||
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue