travis: clean up

This commit is contained in:
Simon Eskildsen
2017-05-15 06:45:16 -04:00
parent 0efc3b9c6f
commit 5e5dc89865
3 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -4,5 +4,10 @@ go:
- 1.7.x
- 1.8.x
- tip
install: go get -v
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
script:
- go test -race -v .
- cd hooks/null && go test -race -v .