From 6f60b68ac7040353310d337f296329e299d5be98 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 27 Jul 2018 20:21:42 +0200 Subject: [PATCH] Puppeteer does need it's own chrome after all The stable chrome travis provides is not supported. --- .travis-test-riot.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis-test-riot.sh b/.travis-test-riot.sh index cfbb5bafc8..c2e5f8cbd2 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -31,7 +31,8 @@ popd git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch bwindels/ci_script 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 - -CHROME_PATH=$(which google-chrome-stable) ./run.sh +# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh +# CHROME_PATH=$(which google-chrome-stable) ./run.sh +./install.sh +./run.sh popd