Skip to content

Commit

Permalink
chore(ci): drop greenkeeper support (external-secrets#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Silas Boyd-Wickizer committed Mar 29, 2020
1 parent d275688 commit 7883526
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ matrix:
fast_finish: true
include:
- node_js: '12'
# https://github.com/greenkeeperio/greenkeeper-lockfile#npm
before_install:
# package-lock.json was introduced in npm@5
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
# kubectl, kind, helm
- curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
- curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/v0.5.1/kind-linux-amd64 && chmod +x kind && sudo mv kind /usr/local/bin/
- curl -Lo helm.tgz https://get.helm.sh/helm-v2.16.0-linux-amd64.tar.gz && tar -zxvf helm.tgz && sudo mv linux-amd64/helm /usr/local/bin/helm
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
install: npm install
script:
- npm test
Expand Down

0 comments on commit 7883526

Please sign in to comment.