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

25 lines
322 B
YAML

language: go
sudo: false
os:
- linux
- osx
go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
install:
- go get -t ./...
script:
- diff <(gofmt -d .) <(printf "")
- go test -v -cpu=2 ./...
- go test -cpu=2 -tags=noasm ./...
- go test -cpu=1,2,4 -short -race ./...
- go test -cpu=2,4 -short -race -tags=noasm ./...