diff --git a/.travis.yml b/.travis.yml index 96be9d65..bcbaec7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,14 @@ go_import_path: github.com/kubernetes/kompose matrix: include: - - go: 1.6 + - go: 1.7 env: # Only build docs once - BUILD_DOCS=yes # Test cross-compile as well - CROSS_COMPILE=yes - - go: 1.7 - go: 1.8 + - go: 1.9 install: - true