Test Kubernetes in Docker

This commit is contained in:
stefanprodan
2018-12-20 14:56:21 +02:00
parent f0b19b63e9
commit 0fc239aaca

View File

@@ -14,6 +14,8 @@ addons:
before_install:
- make dep
- go get sigs.k8s.io/kind
- kind create cluster
script:
- make test