Skip to content

Commit 1271fcd

Browse files
fix(travis): use service: xvfb instead of launching it manually
1 parent 2690429 commit 1271fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js: 10.16.0
3+
services:
4+
- xvfb
35
before_install:
4-
- sh -e /etc/init.d/xvfb start
56
- export PATH=$HOME/.yarn/bin:$PATH
67
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
78
script:

0 commit comments

Comments
 (0)