Ensure we install the master branch of the e2e tests as a default

This commit is contained in:
Travis Ralston 2018-12-21 19:16:37 -07:00
parent df89d973a0
commit 310f634a0d
2 changed files with 5 additions and 2 deletions

View file

@ -30,7 +30,7 @@ popd
if [ "$TRAVIS_BRANCH" = "develop" ]
then
# run end to end tests
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests 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