route/vendor/github.com/asdine/storm/.travis.yml

14 lines
136 B
YAML
Raw Normal View History

2017-10-06 15:29:20 +00:00
language: go
before_install:
- go get github.com/stretchr/testify
go:
- 1.7
- 1.8
2018-01-03 19:29:07 +00:00
- 1.9
2017-10-06 15:29:20 +00:00
- tip
script:
- go test -v ./...