pogo/.travis.yml
2017-09-24 12:00:59 -07:00

9 lines
135 B
YAML

language: go
go:
- 1.8.x
before_install:
- go get github.com/tools/godep
script: sh -c 'cd src/; godep restore; cd ..; make linux'