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 537693a commit eace3a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js: 8.9.1
services:
- xvfb
before_install:
- sh -e /etc/init.d/xvfb start
- 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
notifications:
Expand Down

0 comments on commit eace3a9

Please sign in to comment.