forked from LaconicNetwork/kompose
update .travis.yml
This commit is contained in:
parent
f7295153f3
commit
1367b36c04
@ -2,9 +2,18 @@ sudo: required
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
install:
|
||||
- go get github.com/mitchellh/gox
|
||||
- go get github.com/tools/godep
|
||||
- godep restore
|
||||
|
||||
script:
|
||||
- make binary
|
||||
|
||||
Loading…
Reference in New Issue
Block a user