Investigate Cypress failure on Travis CI
zoltantothcom opened this issue · 1 comments
zoltantothcom commented
Investigate Cypress failure on Travis CI
zoltantothcom commented
Travis Ci updated their Ubuntu version to 16.04 and the libgconf-2-4
is missing now.
Adding this to .travis.yml
fixes it
addons:
apt:
packages:
- libgconf-2-4