From 554ce29e330bedf1f8087ba80fd9b5180627fe37 Mon Sep 17 00:00:00 2001 From: nigredo-tori Date: Wed, 28 Dec 2016 10:18:41 +0700 Subject: [PATCH] master/devel split in csources is gone --- TravisCI.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TravisCI.asciidoc b/TravisCI.asciidoc index a3dd765..565307c 100644 --- a/TravisCI.asciidoc +++ b/TravisCI.asciidoc @@ -28,7 +28,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 ..