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 15d62f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 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
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"d3": "^5.8.2",
"d3-svg-legend": "^2.25.6",
"ember-ajax": "^5.0.0",
"ember-chroma-shim": "^1.0.2",
"ember-cli": "^3.8.1",
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.4.1",
Expand Down
13 changes: 0 additions & 13 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3120,10 +3120,6 @@ chownr@^1.0.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"

chroma-js@^1.3.4:
version "1.4.0"
resolved "https://registry.yarnpkg.com/chroma-js/-/chroma-js-1.4.0.tgz#695c52e7c97617e5f687db31913503d410481ae4"

chrome-trace-event@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz#45a91bd2c20c9411f0963b5aaeb9a1b95e09cc48"
Expand Down Expand Up @@ -4248,15 +4244,6 @@ ember-auto-import@^1.2.13:
walk-sync "^0.3.2"
webpack "^4.12.0"

ember-chroma-shim@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ember-chroma-shim/-/ember-chroma-shim-1.0.2.tgz#9ef8fe4117afffff8fcb23eb21becb99fc0d0903"
dependencies:
broccoli-funnel "^1.0.0"
broccoli-merge-trees "^2.0.0"
chroma-js "^1.3.4"
ember-cli-babel "^6.0.0"

ember-cli-app-version@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ember-cli-app-version/-/ember-cli-app-version-3.2.0.tgz#7b9ad0e1b63ae0518648356ee24c703e922bc26e"
Expand Down

0 comments on commit 15d62f9

Please sign in to comment.