aboutsummaryrefslogtreecommitdiff
path: root/test/kubernetes_test.go
diff options
context:
space:
mode:
authorGravatar Michael Richmond <mrichmon@users.noreply.github.com> 2016-07-27 10:01:24 -0700
committerGravatar GitHub <noreply@github.com> 2016-07-27 10:01:24 -0700
commit8dec29266873d9e5babbb81844f5865a3cad68d1 (patch)
tree1a7e8551462d5d3b11c4d90bd7026c0de65f23dc /test/kubernetes_test.go
parent4a3b57d81b6c0f401fab7492e40307ac7a0c4c97 (diff)
downloadcoredns-8dec29266873d9e5babbb81844f5865a3cad68d1.tar.gz
coredns-8dec29266873d9e5babbb81844f5865a3cad68d1.tar.zst
coredns-8dec29266873d9e5babbb81844f5865a3cad68d1.zip
Fix Travis IPv6 and add k8s integration testing to CI (#194)
Updating travis yaml file to: * Force IPv6 to work in their VM environment * Enable docker (requires VM environment and sudo) * Run kubernetes integration tests in Travis
Diffstat (limited to 'test/kubernetes_test.go')
-rw-r--r--test/kubernetes_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kubernetes_test.go b/test/kubernetes_test.go
index 5f543836d..55939e350 100644
--- a/test/kubernetes_test.go
+++ b/test/kubernetes_test.go
@@ -1,4 +1,4 @@
-// +build k8sIntegration
+// +build k8s
package test