Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
.travis.yml: Update golang, helm and k8s versions (#6)
Browse files Browse the repository at this point in the history
* Add golang 1.11
* Update kubectl from 1.9.6 to 1.11.3
* Update helm from 2.8.2 to 2.11.0
  • Loading branch information
mrueg authored and vglafirov committed Oct 1, 2018
1 parent c629715 commit cc78c0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ matrix:
- language: go
go:
- 1.9
- "1.10"
- 1.10
- 1.11
- tip
install:
- go get -u github.com/golang/lint/golint
Expand All @@ -20,8 +21,8 @@ matrix:

- language: generic
env:
- KUBECTL_VERSION=v1.9.6
- HELM_VERSION=v2.8.2
- KUBECTL_VERSION=v1.11.3
- HELM_VERSION=v2.11.0
install:
- wget https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl -O /tmp/kubectl
- chmod +x /tmp/kubectl
Expand Down

0 comments on commit cc78c0f

Please sign in to comment.