pass --travis flag to e2e tests to disable tests known not to work on travis CI because of dinosaur ubuntu version

pull/21833/head
Bruno Windels 2018-09-19 10:57:47 +02:00
parent d39889e2cf
commit 8d9850b7e7
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ 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
./install.sh
./run.sh
./run.sh --travis
popd