Commit ea984295 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

kubernetes: hide contrib (#320)

This is purely travis (and maybe local testing). Does not warrent (IMHO)
a contrib/ directory. Hide it in a .travis directory.
parent db6c9a3f
...@@ -30,11 +30,11 @@ before_install: ...@@ -30,11 +30,11 @@ before_install:
before_script: before_script:
- docker run -d --net=host --name=etcd quay.io/coreos/etcd:v$ETCD_VERSION - docker run -d --net=host --name=etcd quay.io/coreos/etcd:v$ETCD_VERSION
- ./contrib/kubernetes/testscripts/start_k8s_with_services.sh - ./.travis/kubernetes/start_k8s_with_services.sh
script: script:
- docker ps -a - docker ps -a
- ./contrib/kubernetes/testscripts/kubectl version - ./.travis/kubernetes/kubectl version
- make coverage - make coverage
after_success: after_success:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment