diff options
author | 2017-08-24 11:05:16 -0400 | |
---|---|---|
committer | 2017-08-24 11:05:16 -0400 | |
commit | 5e9991556e9edb403a12a83372aba46ace42b869 (patch) | |
tree | 08c85910e2a5af3c9cda5d29dd20a7f8d9bf2cb4 /.travis.yml | |
parent | f901b0cefa1475c83e6b6dc859ef35675feb41e1 (diff) | |
download | coredns-5e9991556e9edb403a12a83372aba46ace42b869.tar.gz coredns-5e9991556e9edb403a12a83372aba46ace42b869.tar.zst coredns-5e9991556e9edb403a12a83372aba46ace42b869.zip |
Middleware/Kubernetes: Add RR check to K8s integration tests (#884)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c55b23ab9..60410e045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ env: # IPv6 is needed by some of the CoreDNS test cases. The VM environment # is needed to have access to sudo in the test environment. Sudo is # needed to have docker in the test environment. Docker is needed to -# launch a kubernetes instance in the test environment. +# launch a Kubernetes instance in the test environment. # (Dependencies are fun! :) ) before_install: - cat /proc/net/if_inet6 @@ -51,5 +51,6 @@ before_script: script: - make TEST_TYPE=$TEST_TYPE travis + after_success: - bash <(curl -s https://codecov.io/bash) |