Skip to content

Commit 1f7fceb

Browse files
authored
Update .travis.yml
1 parent 61a7a4e commit 1f7fceb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ language: node_js
22

33
node_js:
44
- stable
5+
6+
addons:
7+
apt:
8+
packages:
9+
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
10+
- libgconf-2-4
511

612
install:
713
- npm install
814

915
script:
10-
- npm run test -- --coverage && $(npm bin)/test:cypress
16+
- npm run test -- --coverage && npm run test:cypress
1117

1218
after_script:
1319
- COVERALLS_REPO_TOKEN=$coveralls_repo_token npm run coveralls

0 commit comments

Comments
 (0)