pogo/.travis.yml
2017-09-24 11:50:16 -07:00

14 lines
160 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