Files
zulip-desktop/scripts/travis-xvfb.sh
simplyahmazing 7f567f55c3 setup e2e tests
2017-11-19 16:48:21 -05:00

6 lines
229 B
Bash
Executable File

#!/usr/bin/env bash
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
fi