Skip to content

Commit 3bf99b4

Browse files
fix(travis): use service: xvfb instead of launching it manually. install libgconf debian package to fix cypress
1 parent ceb750a commit 3bf99b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js: 8.9.1
3+
services:
4+
- xvfb
35
before_install:
4-
- sh -e /etc/init.d/xvfb start
6+
- sudo apt-get install libgconf-2-4
57
- export PATH=$HOME/.yarn/bin:$PATH
68
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
79
notifications:

0 commit comments

Comments
 (0)