Skip to content

Commit

Permalink
ci: fix breaking xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Sep 1, 2019
1 parent 5682829 commit ee84414
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- 10.6.0
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
services:
- xvfb
addons:
firefox: latest
chrome: stable
Expand Down

0 comments on commit ee84414

Please sign in to comment.