Run travis tests against 0.17.2 instead of 0.17.0.
This commit is contained in:
parent
7e3058657c
commit
cf1b83792d
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue