Skip to content

Commit 73f89b1

Browse files
author
Steven Vancoillie
committed
chore: add missing dependency for cypress
1 parent 3883540 commit 73f89b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ node_js:
44
- '12'
55
- 'lts/*'
66

7+
# needed for cypress
8+
addons:
9+
apt:
10+
packages:
11+
- libgconf-2-4
12+
713
matrix:
814
allow_failures:
915
- node_js: 'node'

0 commit comments

Comments
 (0)