Skip to content

Commit

Permalink
Try to fix travis chrome headless issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Apr 24, 2017
1 parent 7889e35 commit 5cd8ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ language: node_js
node_js:
- "6"
- "7"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- yarn build
script:
Expand Down

0 comments on commit 5cd8ac1

Please sign in to comment.