Skip to content

Commit

Permalink
Test Travis Kubernetes in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 20, 2018
1 parent 0fc239a commit 0529fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ addons:
before_install:
- make dep
- go get sigs.k8s.io/kind
- curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
- kind create cluster
- export KUBECONFIG="$(kind get kubeconfig-path --name="1")"
- ./kubectl cluster-info

script:
- make test
Expand Down

0 comments on commit 0529fff

Please sign in to comment.