kompose/.travis.yml
2016-07-21 20:37:18 +02:00

19 lines
201 B
YAML

sudo: required
language: go
go:
- 1.6
branches:
only:
- master
install:
- go get github.com/mitchellh/gox
- go get github.com/tools/godep
- ./script/godep-restore.sh
script:
- make binary