Build using make test on Travis CI

This commit is contained in:
James Nugent 2015-11-10 17:11:39 -05:00
parent 06d493cfb6
commit 359c087a3a

View File

@ -9,9 +9,7 @@ go:
install: make updatedeps
script:
- go test ./...
- make vet
#- go test -race ./...
- make test
branches:
only: