Skip to content

Commit ac1ef4b

Browse files
committedSep 2, 2019
fix(travis): use service: xvfb instead of launching it manually. install libgconf debian package
1 parent 1271fcd commit ac1ef4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js: 10.16.0
33
services:
44
- xvfb
55
before_install:
6+
- sudo apt-get install libgconf-2-4
67
- export PATH=$HOME/.yarn/bin:$PATH
78
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
89
script:

0 commit comments

Comments
 (0)
Please sign in to comment.