forked from LaconicNetwork/kompose
test go 1.7 and 1.8
This commit is contained in:
parent
082bd17dce
commit
dd941beec7
@ -5,8 +5,14 @@ sudo: required
|
|||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
# make this also work for forks
|
||||||
|
go_import_path: github.com/kubernetes-incubator/kompose
|
||||||
|
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6
|
||||||
|
- 1.7
|
||||||
|
- 1.8
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user