Skip to content

Commit

Permalink
Merge pull request #94 from slok/slok/integration-k8s-vers
Browse files Browse the repository at this point in the history
Add multiple Kubernetes versions on integration tests
  • Loading branch information
slok authored Apr 12, 2020
2 parents efd5301 + 3779c9b commit 7005c5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

language: go
go:
- "1.13"
- "1.14"

before_install:
- curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-amd64 && chmod +x kind && sudo mv kind /usr/local/bin/
Expand All @@ -16,6 +16,11 @@ script:

env:
global:
- GO111MODULE=on
- KIND_VERSION=v0.7.0
- KUBERNETES_VERSION=1.15.7

matrix:
include:
- env: KUBERNETES_VERSION=1.15.7
- env: KUBERNETES_VERSION=1.16.4
- env: KUBERNETES_VERSION=1.17.0
- env: KUBERNETES_VERSION=1.18.0

0 comments on commit 7005c5b

Please sign in to comment.