File "setup_osx_env.sh"
Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/tests/scripts/setup_osx_env.sh
File size: 238 B
MIME-type: text/x-shellscript
Charset: utf-8
#!/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"
npm run test:prepare > /dev/null &
fi