signal-desktop/travis.sh
lilia 9a1e0dcdb3
Fix linux
// FREEBIE
2017-09-14 16:53:46 -07:00

8 lines
167 B
Bash
Executable file

#!/usr/bin/env bash
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
fi
grunt test-release:$TRAVIS_OS_NAME