language: go
sudo: false

go:
  - 1.3.3
  - 1.4.2
  - 1.5

script:
  - go get ./...
  - go test -v ./...
  - go test -cpu=2 -race -v ./...