Merge pull request #3850 from hashicorp/f-travis-makefile

Build using `make test` on Travis CI
This commit is contained in:
James Nugent 2015-11-10 17:23:04 -05:00
commit bbe82833f3
1 changed files with 1 additions and 3 deletions

View File

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