Run travis tests against 0.17.2 instead of 0.17.0.

This commit is contained in:
Dominik Picheta 2018-02-23 22:44:57 +00:00
commit cf1b83792d

View file

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