goose/.travis.yml
2017-06-21 11:38:24 -04:00

12 lines
116 B
YAML

sudo: false
language: go
go:
- 1.8
install:
- go get github.com/golang/dep/cmd/dep
- dep ensure
script:
- go test