Files
jabba/.travis.yml

7 lines
71 B
YAML

language: go
go:
- 1.8
- tip
install: make fetch
script: make test