Start an automated build by adding a .travis.yml

This commit is contained in:
Robert Schäfer 2019-03-02 20:37:10 +01:00
parent 3eda8691bd
commit b0c9d818fd

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: generic
install:
- curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
- chmod +x ./kubectl
- sudo mv ./kubectl /usr/local/bin/kubectl