Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit a14918d

Browse files
committed
1 parent b363e3b commit a14918d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
sudo: false
22
language: node_js
3+
34
node_js:
45
- "10.16"
56

7+
services:
8+
- xvfb
9+
610
addons:
711
code_climate:
812
repo_token: 4b5723ff9465849b4e16754fb9b7995730eac35434375e9a38779cdc0d781bcf
@@ -12,7 +16,6 @@ before_install:
1216

1317
before_script:
1418
- export DISPLAY=:99.0
15-
- sh -e /etc/init.d/xvfb start
1619

1720
after_script:
1821
- if [ "$TEST_SCOPE" == "" ]; then cat build/coverage/report/lcov.info | codeclimate; fi

0 commit comments

Comments
 (0)