blob: 182d38ac4eb780a290ff526b0e14e846d3fbbc08 [file] [log] [blame]
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 ./...