Bump travis to Nim 0.17.0
This commit is contained in:
parent
d253652afc
commit
ebf4eace39
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue