Skip to content

Commit

Permalink
Fix travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Dec 23, 2017
1 parent 21b7939 commit 88a78de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,12 @@ matrix:
language: generic

before_install:
- curl -OL https://raw.githubusercontent.com/gerardroche/UnitTesting/master/sbin/travis.sh
- curl -OL https://raw.githubusercontent.com/SublimeText/UnitTesting/master/sbin/travis.sh
# Enable GUI. See https://docs.travis-ci.com/user/gui-and-headless-browsers.
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
export DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
fi

install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
Expand Down

0 comments on commit 88a78de

Please sign in to comment.