kompose/.travis.yml
2016-07-06 23:37:54 +07:00

19 lines
189 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
- godep restore
script:
- make binary