Skip to content

Commit

Permalink
chore: changed xvfb to a service.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Aug 27, 2019
1 parent 7a085c3 commit 2d4f231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: node_js
node_js:
- "8"
cache: yarn
service:
- xvfb
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- make tests-ci

0 comments on commit 2d4f231

Please sign in to comment.