From 790fa328a5ac3107dcc8a47c3c2e100bebe00ce6 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 9 Mar 2020 16:05:18 +0100 Subject: [PATCH] chore: Fix failed build - you must use the flag --allow-unauthenticated when running apt install with unauthenticated packages. Since we are not installing it in a Dockerfile, I'm not sure how to pass this flag in our travis.yml. Looking at the docs, it's not clear why we were installing it with apt though since they recommend using an addon. https://docs.travis-ci.com/user/chrome#selecting-a-chrome-version --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f605b7b9c..2d380aa44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,6 @@ addons: ssh_known_hosts: rundfunk-mitbestimmen.de postgresql: "9.6" chrome: stable - apt: - sources: - - google-chrome - packages: - - google-chrome-stable before_install: - . $HOME/.nvm/nvm.sh