diff options
author | Jordan Taylor <jtaylor007.jt@gmail.com> | 2017-05-28 19:57:30 +0300 |
---|---|---|
committer | Jordan Taylor <jtaylor007.jt@gmail.com> | 2017-05-28 19:57:30 +0300 |
commit | ef0b5ce50fdd4be764d189723e6b51088fadc286 (patch) | |
tree | 20b1bc4c1889eca02e10712ddb1fb8353e1d6794 | |
parent | d2ecb38d60e31494ae808a08d9f338df6367cafb (diff) |
add kubecontext test spec file to travis build
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 134f31f1..e0ad5a93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,4 @@ script: - test/segments/rust_version.spec - test/segments/go_version.spec - test/segments/vcs.spec + - test/segments/kubecontext.spec |