Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jun 27, 2019
1 parent 8e0f1ce commit 1d3cf2d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ os:
- linux
node_js: 8

addons:
apt:
packages:
- xvfb

install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then export DISPLAY=':99.0' ; fi
- if [ $TRAVIS_OS_NAME == "linux" ]; then Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &; fi
- |
if [ $TRAVIS_OS_NAME == "linux" ]; then
export DISPLAY=':99.0';
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &;
fi
- yarn

script:
Expand Down

0 comments on commit 1d3cf2d

Please sign in to comment.