From e2695fb4674232097795b7ae8fe47c914a717507 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 3 Aug 2018 11:43:12 +0200 Subject: [PATCH] now the ci scripts are merged in the test repo, change the branch to fetch them from to master --- .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 c2e5f8cbd2..876ce207f3 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -28,7 +28,7 @@ npm run test popd # run end to end tests -git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch bwindels/ci_script +git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch master pushd matrix-react-end-to-end-tests ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web # PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh