Skip to content

Commit

Permalink
Merge 1013f59 into 9254792
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Jan 23, 2021
2 parents 9254792 + 1013f59 commit 001d762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,11 +10,11 @@ cache:
- $HOME/.m2

env:
- KUBECTL_VERSION=v1.20.1
- KUBECTL_VERSION=v1.19.1
- KUBECTL_VERSION=v1.18.8
- KUBECTL_VERSION=v1.17.9
- KUBECTL_VERSION=v1.16.14
- KUBECTL_VERSION=v1.15.12

install:
- curl -LO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ node {

## Prerequisites
* A jenkins installation running version 2.204.6 or higher.
* An executor with `kubectl` installed (tested against [v1.15 to v1.19][travis-config] included).
* An executor with `kubectl` installed (tested against [v1.16 to v1.20][travis-config] included).
* A Kubernetes cluster.

## How it works
Expand Down

0 comments on commit 001d762

Please sign in to comment.