Fix Travis build for Nim devel.

csources does not have a devel branch.
This commit is contained in:
Jacob MacDonald 2017-10-03 20:16:58 -05:00 committed by flyx
parent 4933194dd6
commit 78758c87ff
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install:
if [ ! -x nim-$BRANCH/bin/nim ]; then
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/nim nim-$BRANCH/
cd nim-$BRANCH
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources csources/
git clone --depth 1 git://github.com/nim-lang/csources csources/
cd csources
sh build.sh
cd ..