zoltantothcom/Design-Patterns-JavaScript

Investigate Cypress failure on Travis CI

zoltantothcom opened this issue · 1 comments

Investigate Cypress failure on Travis CI

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