status-go/vendor/github.com/deckarep/golang-set/.travis.yml

12 lines
107 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
go:
- 1.8
- 1.9
- tip
script:
- go test -race ./...
- go test -bench=.