From da6184de63e24e04c7459a4c8b7b3d24ab93201a Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:26:42 +0100 Subject: [PATCH] ci: remove libgconf-2-4 from travis-ci workflows (#757) --- .travis.yml | 7 ------- basic/.travis.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37a9a06fc..2e4b043f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/basic/.travis.yml b/basic/.travis.yml index 8b87235d5..d9bf799ab 100644 --- a/basic/.travis.yml +++ b/basic/.travis.yml @@ -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: