mirror of https://github.com/status-im/NimYAML.git
Fix Travis build for Nim devel.
csources does not have a devel branch.
This commit is contained in:
parent
4933194dd6
commit
78758c87ff
|
@ -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 ..
|
||||
|
|
Loading…
Reference in New Issue