File "setup_linux_env.sh"
Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/tests/scripts/setup_linux_env.sh
File size: 182 B
MIME-type: text/x-shellscript
Charset: utf-8
#!/bin/bash
if [ "${TRAVIS_OS_NAME}" == "linux" ]
then
export CHROME_BIN="/usr/bin/google-chrome"
sh -e /etc/init.d/xvfb start &
npm run test:prepare > /dev/null &
fi