Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Rosiek committed Nov 2, 2020
1 parent a3a7d9f commit 1d82817
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ services: docker
before_install:
- rm -f ./Gemfile.lock
- gem install bundler
# helm
- curl --retry 10 --retry-max-time 120 --retry-delay 5 -Lo- https://get.helm.sh/helm-v2.16.12-linux-amd64.tar.gz | tar xvzf -
- sudo mv ./linux-amd64/helm /usr/local/bin/ && rm -rf ./linux-amd64
# yq
- curl --retry 10 --retry-max-time 120 --retry-delay 5 -L --remote-name https://github.com/mikefarah/yq/releases/download/3.2.1/yq_linux_amd64
- sudo mv yq_linux_amd64 /usr/local/bin/yq-3.2.1
Expand Down

0 comments on commit 1d82817

Please sign in to comment.