glob/.travis.yml

12 lines
85 B
YAML

sudo: false
language: go
go:
- 1.7
- 1.8
- 1.9
script:
- go test -v ./...