Files
bytebufferpool/.travis.yml
T
Aliaksandr Valialkin 21bf76e6cc Initial implementation
2016-06-22 20:28:05 +03: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 ./...