pogo/.travis.yml
2017-09-24 11:48:31 -07:00

14 lines
161 B
YAML

language: go
go:
- 1.8.x
before_install:
- go get github.com/gmemstr/pogo
- go get github.com/tools/godep
install:
- godep restore
script:
- make linux