Makefile: lint all travis builds

Ensures we fail faster if the source code doesn't
pass the lint checks.
This commit is contained in:
Conner Fromknecht 2019-01-31 15:36:56 -08:00
parent fc869d4a4c
commit 245b76ab51
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -134,9 +134,12 @@ goveralls: $(GOVERALLS_BIN)
@$(call print, "Sending coverage report.")
$(GOVERALLS_BIN) -coverprofile=coverage.txt -service=travis-ci
travis-race: btcd unit-race
travis-cover: btcd lint unit-cover goveralls
travis-race: lint btcd unit-race
travis-cover: lint btcd unit-cover goveralls
travis-itest: lint itest
# =============
# FLAKE HUNTING
@ -197,6 +200,7 @@ clean:
goveralls \
travis-race \
travis-cover \
travis-itest \
flakehunter \
flake-unit \
fmt \