Files
mochi-mqtt/vendor/github.com/asdine/storm/v3/.travis.yml
2022-01-05 21:28:00 +00:00

20 lines
236 B
YAML

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 ./...