make: remove make travis
This commit is contained in:
parent
9e950b4739
commit
b64d55cdbf
21
Makefile
21
Makefile
@ -186,26 +186,6 @@ flake-unit:
|
|||||||
GOTRACEBACK=all $(UNIT) -count=1
|
GOTRACEBACK=all $(UNIT) -count=1
|
||||||
while [ $$? -eq 0 ]; do /bin/sh -c "GOTRACEBACK=all $(UNIT) -count=1"; done
|
while [ $$? -eq 0 ]; do /bin/sh -c "GOTRACEBACK=all $(UNIT) -count=1"; done
|
||||||
|
|
||||||
# ======
|
|
||||||
# TRAVIS
|
|
||||||
# ======
|
|
||||||
|
|
||||||
ifeq ($(RACE)$(USE_LINT), FALSETRUE)
|
|
||||||
travis: dep lint build itest unit-cover goveralls
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(RACE)$(USE_LINT), FALSEFALSE)
|
|
||||||
travis: dep build itest unit-cover goveralls
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(RACE)$(USE_LINT), TRUETRUE)
|
|
||||||
travis: dep lint btcd unit-race
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(RACE)$(USE_LINT), TRUEFALSE)
|
|
||||||
travis: dep btcd unit-race
|
|
||||||
endif
|
|
||||||
|
|
||||||
# =========
|
# =========
|
||||||
# UTILITIES
|
# UTILITIES
|
||||||
# =========
|
# =========
|
||||||
@ -252,7 +232,6 @@ clean:
|
|||||||
goveralls \
|
goveralls \
|
||||||
flakehunter \
|
flakehunter \
|
||||||
flake-unit \
|
flake-unit \
|
||||||
travis \
|
|
||||||
fmt \
|
fmt \
|
||||||
lint \
|
lint \
|
||||||
list \
|
list \
|
||||||
|
Loading…
Reference in New Issue
Block a user