Skip to content

Commit

Permalink
ci: remove libgconf-2-4 from travis-ci workflows (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Oct 26, 2023
1 parent 75f7dd9 commit da6184d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ env:
node_js:
- 18

# if using Ubuntu 16 need this library
# https://github.com/cypress-io/cypress-documentation/pull/1647
addons:
apt:
packages:
- libgconf-2-4

cache:
# cache both npm modules and Cypress binary
directories:
Expand Down
7 changes: 0 additions & 7 deletions basic/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ language: node_js
node_js:
- 18

# if using Ubuntu 16 need this library
# https://github.com/cypress-io/cypress-documentation/pull/1647
addons:
apt:
packages:
- libgconf-2-4

cache:
# cache both npm modules and Cypress binary
directories:
Expand Down

0 comments on commit da6184d

Please sign in to comment.