Files
blockly/scripts/setup_osx_env.sh
2017-05-05 13:12:53 -07:00

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