Skip to content

Commit

Permalink
fix(travis): add before_scripts to launch firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed May 14, 2016
1 parent ce0abd8 commit a0d8693
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- "npm test"

Expand Down

0 comments on commit a0d8693

Please sign in to comment.