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