mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
9 lines
200 B
Bash
Executable File
9 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "${TRAVIS_OS_NAME}" == "osx" ]
|
|
then
|
|
brew cask install google-chrome
|
|
sudo Xvfb :99 -ac -screen 0 1024x768x8 &
|
|
export CHROME_BIN="/Applications/Google Chrome.app"
|
|
fi
|