Skip to content

Commit

Permalink
fix(travis): use service: xvfb instead of launching it manually. inst…
Browse files Browse the repository at this point in the history
…all libgconf debian package
  • Loading branch information
christopherthielen committed Sep 2, 2019
1 parent 1271fcd commit ac1ef4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js: 10.16.0
services:
- xvfb
before_install:
- sudo apt-get install libgconf-2-4
- export PATH=$HOME/.yarn/bin:$PATH
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
script:
Expand Down

0 comments on commit ac1ef4b

Please sign in to comment.