forked from LaconicNetwork/kompose
add .travis.yml
This commit is contained in:
parent
5ae9588fac
commit
2cc483423a
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
sudo: required
|
||||
|
||||
language: go
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
script:
|
||||
- make binary
|
||||
Loading…
Reference in New Issue
Block a user