Skip to content

Commit bd996e9

Browse files
Merge pull request #188 from ui-router/travis3
fix(travis): use service: xvfb instead of launching it manually. install libgconf debian package to fix cypress
2 parents c0a13f7 + 7edc355 commit bd996e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
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)