replace zxq.co/ripple/hanayo
This commit is contained in:
24
vendor/github.com/klauspost/compress/.travis.yml
generated
vendored
Normal file
24
vendor/github.com/klauspost/compress/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
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 ./...
|
Reference in New Issue
Block a user