pogo/.travis.yml
2017-09-24 11:57:17 -07:00

9 lines
128 B
YAML

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