Skip to content

Commit

Permalink
Merge pull request #210 from KohlsTechnology/update-kind
Browse files Browse the repository at this point in the history
Update Travis With Latest Kind and Kubectl Versions
  • Loading branch information
k8s-ci-robot authored Jan 3, 2020
2 parents ea0ba7d + fdf9430 commit 18e3fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ go:
services:
- docker
before_script:
- curl -Lo kubectl \https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
- wget https://github.com/kubernetes-sigs/kind/releases/download/0.2.1/kind-linux-amd64
- curl -Lo kubectl \https://storage.googleapis.com/kubernetes-release/release/v1.17.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
- wget https://github.com/kubernetes-sigs/kind/releases/download/v0.6.1/kind-linux-amd64
- chmod +x kind-linux-amd64
- mv kind-linux-amd64 kind
- export PATH=$PATH:$PWD
Expand Down

0 comments on commit 18e3fd3

Please sign in to comment.