hanayo/vendor/github.com/valyala/fasthttp/.travis.yml
2019-02-23 13:29:15 +00:00

16 lines
258 B
YAML

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