clair/vendor/github.com/deckarep/golang-set/.travis.yml
Sida Chen 34d0e516e0 vendor: Add golang-set dependency
Golang-set library is added to make it easier to support set operations.
2018-10-08 10:42:40 -04:00

12 lines
107 B
YAML

language: go
go:
- 1.8
- 1.9
- tip
script:
- go test -race ./...
- go test -bench=.