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
|
install: make updatedeps
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- make test
|
||||||
- make vet
|
|
||||||
#- go test -race ./...
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue