From c55a3c0d2939e8351faa2b0d90996736a8a667ca Mon Sep 17 00:00:00 2001 From: Chuy Date: Fri, 24 Jan 2020 11:12:10 -0600 Subject: [PATCH 1/2] Add chrome stable to travis.yml Not sure why this started failing but this answer and linked documentation suggests this could solve it https://travis-ci.community/t/the-following-packages-cannot-be-authenticated-google-chrome-stable/6866/6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aa7c04d50..ef2f72683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,6 +66,7 @@ matrix: branch: master addons: + chrome: stable apt: sources: - google-chrome From fdb1ed249c6cdf4c270a0109e5b4ecb6e28542e6 Mon Sep 17 00:00:00 2001 From: Chuy Date: Fri, 24 Jan 2020 11:28:28 -0600 Subject: [PATCH 2/2] Removing previous chrome install instructions --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef2f72683..5d920522a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,12 +67,6 @@ matrix: addons: chrome: stable - apt: - sources: - - google-chrome - packages: - - dpkg - - google-chrome-stable notifications: slack: