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

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jun 27, 2019
1 parent 1d3cf2d commit 0787a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ node_js: 8
install:
- |
if [ $TRAVIS_OS_NAME == "linux" ]; then
export DISPLAY=':99.0';
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &;
export DISPLAY=':99.0'
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
fi
- yarn

Expand Down

0 comments on commit 0787a54

Please sign in to comment.