|
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
|
|
script:
|
|
- go test -cpu=2 github.com/pierrec/xxHash/xxHash32
|
|
- go test -cpu=2 github.com/pierrec/xxHash/xxHash64
|
|
- go test -cpu=2 -race github.com/pierrec/xxHash/xxHash32
|
|
- go test -cpu=2 -race github.com/pierrec/xxHash/xxHash64
|