Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a1505aa

Browse files
committed
chore(travis): add missing deps for runing cypress
1 parent df3ffd7 commit a1505aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ otp_release:
55
- 21.0
66
addons:
77
postgresql: '9.6'
8+
apt:
9+
packages:
10+
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
11+
- libgconf-2-4
812

913
before_install:
1014
- sudo chown -R travis ./travis/install_node.sh

0 commit comments

Comments
 (0)