Skip to content

Commit

Permalink
Fix travis CI build (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipewmartins committed Sep 5, 2019
1 parent 2ee3b48 commit 98e4acd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,13 +1,11 @@
services:
- xvfb
language: node_js
node_js:
- node
email:
on_failure: change
on_success: never
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
after_success:
- npm run coveralls
env:
Expand Down

0 comments on commit 98e4acd

Please sign in to comment.