replace zxq.co/ripple/hanayo

This commit is contained in:
Alicia
2019-02-23 13:29:15 +00:00
commit c3d206c173
5871 changed files with 1353715 additions and 0 deletions

24
vendor/github.com/klauspost/compress/.travis.yml generated vendored Normal file
View 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 ./...