Skip to content

Commit

Permalink
Remove go1.6 support in ci (kubernetes#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangyan authored and cdrage committed May 2, 2018
1 parent ec33913 commit 94377ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94377ff

Please sign in to comment.