From c5a873c316c0d6e5857db5513cd3ccb43d909bc9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 22 May 2017 16:41:43 +0100 Subject: [PATCH] Remove depth=1 otherwise we won't find the branch --- .travis-test-riot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-test-riot.sh b/.travis-test-riot.sh index ee0f45e1ec..c0cd911f08 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -12,7 +12,7 @@ REACT_SDK_DIR=`pwd` curbranch="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}" echo "Determined branch to be $curbranch" -git clone --depth=1 https://github.com/vector-im/riot-web.git \ +git clone https://github.com/vector-im/riot-web.git \ "$RIOT_WEB_DIR" git checkout "$curbranch" || git checkout develop