xgo/.travis.yml

10 lines
72 B
YAML

language: go
go:
- 1.9
install:
- make dep
script:
- make test