fix for ubuntu

This commit is contained in:
Timothee Cour 2019-01-28 01:48:09 -08:00 committed by genotrance
commit 1d000ef034

View file

@ -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