language: go go: - 1.3 - 1.4 - release - tip script: - go test -v ./... # - go test -race -cpu=5 ./...