mirror of https://github.com/kubernetes/kops.git
Add go1.9 target to travis
So that we can start testing with it
This commit is contained in:
parent
b20584a051
commit
321dba0cf1
|
@ -1,6 +1,7 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
|
||||
go_import_path: k8s.io/kops
|
||||
|
|
Loading…
Reference in New Issue