diff options
| -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 .. |
