Skip to content

Commit

Permalink
add fix for cypress 3.2 for running on travis .. cypress-io/cypress#4069
Browse files Browse the repository at this point in the history
  • Loading branch information
northkevin committed May 24, 2020
1 parent 366df70 commit dfa8b62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ cache:
services:
- docker

addons:
apt:
packages:
- libgconf-2-4

env:
DOCKER_COMPOSE_VERSION: 1.23.2
COMMIT: ${TRAVIS_COMMIT::8}
Expand Down

0 comments on commit dfa8b62

Please sign in to comment.