glucose_exporter/vendor/github.com/valyala/fastrand/.travis.yml
2024-03-20 07:58:17 +00:00

17 lines
241 B
YAML

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