diff --git a/.travis.yml b/.travis.yml index da6a7922..37770f2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,14 @@ go_import_path: github.com/kubernetes/kompose matrix: include: - - go: "1.9" + - go: "1.11" env: # Only build docs once - BUILD_DOCS=yes # Test cross-compile as well - CROSS_COMPILE=yes - - go: "1.10" - - go: "1.11" + - go: "1.12" + - go: "1.13" install: - true