Travis: Upgrade to Nim 0.16.0.

This commit is contained in:
Dominik Picheta 2017-01-29 16:16:17 +01:00
commit 015233a8b6

View file

@ -6,16 +6,16 @@ language: c
install:
- |
wget https://nim-lang.org/download/nim-0.15.2.tar.xz
tar -xf nim-0.15.2.tar.xz
cd nim-0.15.2
LDFLAGS=-lrt sh build.sh
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
sh build.sh
cd ..
before_script:
- set -e
- set -x
- export PATH=`pwd`/nim-0.15.2/bin:$PATH
- export PATH=`pwd`/nim-0.16.0/bin:$PATH
script:
- cd tests