Skip to content

Commit

Permalink
update(ci): .travis.yml, change xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Sep 15, 2019
1 parent 430de3f commit ba45c30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -5,13 +5,13 @@ node_js:

addons:
yarn: 1.17.3
apt:
packages:
- xvfb

before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &

install:
- yarn
Expand Down

0 comments on commit ba45c30

Please sign in to comment.