Skip to content

Commit

Permalink
chore: Fix failed build
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
mattwr18 committed Mar 9, 2020
1 parent b1926a0 commit 790fa32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 790fa32

Please sign in to comment.