Merge pull request #3850 from hashicorp/f-travis-makefile
Build using `make test` on Travis CI
This commit is contained in:
commit
bbe82833f3
|
@ -9,9 +9,7 @@ go:
|
|||
install: make updatedeps
|
||||
|
||||
script:
|
||||
- go test ./...
|
||||
- make vet
|
||||
#- go test -race ./...
|
||||
- make test
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue