Merge pull request #5 from klauspost/add-travis-tests

Add more Travis CI tests.
master
Klaus Post 2015-06-25 13:31:08 +02:00
commit 1b1eb861ea
1 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,11 @@ go:
- 1.3
- 1.4
- tip
script:
- go test -v -cpu=1,2,4 .
- go test -v -cpu=1,2,4 -race .
- go test -tags=noasm -v -cpu=1,2,4 -race .
- go build examples/simple-decoder.go
- go build examples/simple-encoder.go
- diff <(gofmt -d .) <("")