diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-24 21:20:04 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-24 21:20:04 +0300 |
| commit | d57ef66a6f3b09226de0cdc7a925e7eaa5c4140a (patch) | |
| tree | 4a7d3859bf816bc9e773eba964f1cdc386b55a23 | |
| parent | eab5057957ce5c40ec5501f49ea0b02c9f7f9d96 (diff) | |
| download | nimpb-d57ef66a6f3b09226de0cdc7a925e7eaa5c4140a.tar.gz nimpb-d57ef66a6f3b09226de0cdc7a925e7eaa5c4140a.zip | |
Fix travis build
See https://github.com/nim-lang/Nim/issues/11454
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e6d732..9d690c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,8 @@ install: if [ ! -x nim-$nim_branch/bin/nim ]; then git clone -b $nim_branch --depth 1 git://github.com/nim-lang/nim nim-$nim_branch/ cd nim-$nim_branch - git clone -b $nim_branch --depth 1 git://github.com/nim-lang/csources csources/ + # https://github.com/nim-lang/Nim/issues/11454 + git clone -b v0.19.0 --depth 1 git://github.com/nim-lang/csources csources/ cd csources sh build.sh cd .. |
