source: code/trunk/vendor/github.com/valyala/bytebufferpool/.travis.yml@ 145

Last change on this file since 145 was 145, checked in by Izuru Yakumo, 22 months ago

Updated the Makefile and vendored depedencies

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 258 bytes
RevLine 
[145]1language: go
2
3go:
4 - 1.6
5
6script:
7 # build test for supported platforms
8 - GOOS=linux go build
9 - GOOS=darwin go build
10 - GOOS=freebsd go build
11 - GOOS=windows go build
12 - GOARCH=386 go build
13
14 # run tests on a standard platform
15 - go test -v ./...
Note: See TracBrowser for help on using the repository browser.