Bump travis to Nim 0.17.0

This commit is contained in:
Dominik Picheta 2017-08-01 19:11:21 +01:00 committed by GitHub
commit ebf4eace39

View file

@ -6,16 +6,16 @@ language: c
install:
- |
wget https://nim-lang.org/download/nim-0.16.0.tar.xz
tar -xf nim-0.16.0.tar.xz
cd nim-0.16.0
wget https://nim-lang.org/download/nim-0.17.0.tar.xz
tar -xf nim-0.17.0.tar.xz
cd nim-0.17.0
sh build.sh
cd ..
before_script:
- set -e
- set -x
- export PATH=`pwd`/nim-0.16.0/bin:$PATH
- export PATH=`pwd`/nim-0.17.0/bin:$PATH
script:
- cd tests