Files
luet/vendor/github.com/asdine/storm/.travis.yml
Ettore Di Giacinto 9d0dc601b7 Update vendor/
2019-10-31 12:38:58 +01:00

15 lines
150 B
YAML

language: go
before_install:
- go get github.com/stretchr/testify
go:
- 1.8
- 1.9
- '1.10'
- '1.11'
- tip
script:
- go test -v ./...