metrics/vendor/github.com/valyala/fastrand/.travis.yml

17 lines
241 B
YAML
Raw Normal View History

language: go
go:
- 1.7
- 1.8
script:
# build test for supported platforms
- GOOS=linux go build
- GOOS=darwin go build
- GOOS=freebsd go build
- GOARCH=386 go build
# run tests on a standard platform
- go test -v ./...