Corrected csources branch name.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 14:02:40 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -17,7 +17,7 @@ - |
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 -b master --depth 1 git://github.com/nim-lang/csources csources/ cd csources sh build.sh cd ..