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

17 lines
241 B
YAML
Raw Permalink Normal View History

2021-10-20 10:08:56 +02:00
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 ./...