mqtt/vendor/github.com/asdine/storm/v3/.travis.yml

20 lines
236 B
YAML
Raw Normal View History

2022-08-15 23:06:20 +03:00
language: go
before_install:
- go get github.com/stretchr/testify
env: GO111MODULE=on
go:
- "1.13.x"
- "1.14.x"
- tip
matrix:
allow_failures:
- go: tip
script:
- go mod vendor
- go test -mod vendor -race -v ./...