mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Fix travis by running browser tests in headless mode (#3001)
* Fix travis by running browser tests in headless mode
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
if [ "${TRAVIS_OS_NAME}" == "linux" ]
|
||||
then
|
||||
export CHROME_BIN="/usr/bin/google-chrome"
|
||||
export DISPLAY=:99.0
|
||||
sh -e /etc/init.d/xvfb start &
|
||||
npm run test:prepare > /dev/null &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user