zoltantothcom / Design-Patterns-JavaScript

A game to test your familiarity with the ‘Gang of Four’ design patterns implemented in JavaScript.

Home Page:https://designpatternsgame.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate Cypress failure on Travis CI

zoltantothcom opened this issue · comments

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