Merge pull request #349 from kubo39/update-nim-on-ci

Update nim compiler on travis.
This commit is contained in:
Andreas Rumpf 2016-05-09 10:42:16 +02:00
commit dbb0412d42

View File

@ -5,16 +5,16 @@ language: c
install:
- |
wget http://nim-lang.org/download/nim-0.11.2.tar.xz
tar xf nim-0.11.2.tar.xz
cd nim-0.11.2
wget http://nim-lang.org/download/nim-0.13.0.tar.xz
tar xf nim-0.13.0.tar.xz
cd nim-0.13.0
sh build.sh
cd ..
before_script:
- set -e
- set -x
- export PATH=`pwd`/nim-0.11.2/bin:$PATH
- export PATH=`pwd`/nim-0.13.0/bin:$PATH
script:
- nim c -d:ssl -r package_scanner.nim