goadb/.travis.yml
2016-05-22 08:51:02 -07:00

12 lines
85 B
YAML

language: go
go:
- 1.6
- tip
install:
- make get-deps
script:
- make test