moby--moby/vendor/github.com/deckarep/golang-set/.travis.yml

10 lines
85 B
YAML

language: go
go:
- 1.2
script:
- go test ./...
#- go test -race ./...