diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2016-05-09 10:42:16 +0200 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2016-05-09 10:42:16 +0200 |
| commit | dbb0412d42361c37ce78af1cc13e07147b50f4e5 (patch) | |
| tree | c02afee9308ea48d6c5443c67d74ae963bf75fe1 | |
| parent | 0fe193f7fcf94008427a51dce73af9ef9196da67 (diff) | |
| parent | 166749eb8bf4048f8fb2a01d637e49b976b43001 (diff) | |
| download | packages-dbb0412d42361c37ce78af1cc13e07147b50f4e5.tar.gz packages-dbb0412d42361c37ce78af1cc13e07147b50f4e5.zip | |
Merge pull request #349 from kubo39/update-nim-on-ci
Update nim compiler on travis.
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index ac14ac4..a3b4f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
