scratch-blocks/tests/scripts/setup_linux_env.sh
2017-10-18 11:55:42 -04:00

8 lines
168 B
Bash
Executable file

#!/bin/bash
if [ "${TRAVIS_OS_NAME}" == "linux" ]
then
export CHROME_BIN="/usr/bin/google-chrome"
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start &
fi