mirror of https://github.com/kubernetes/kops.git
Don't try to run travis with go 1.5
It fails because `go test` apparently took different arguments then
This commit is contained in:
parent
d4ff62e29c
commit
3c27c834c3
|
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.5
|
||||
#- 1.5 go test arguments are different in 1.5 :-(
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
|
|
|
|||
Loading…
Reference in New Issue