Skip to content

Commit b895d54

Browse files
committed
Fix travis configuration
1 parent b2e943e commit b895d54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ language: node_js
44

55
node_js:
66
- '10'
7-
8-
before_script:
9-
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
7+
cache: npm
8+
services:
9+
- xvfb
1010

1111
install:
1212
- npm install

0 commit comments

Comments
 (0)