make: remove make travis

This commit is contained in:
Johan T. Halseth 2018-10-11 10:31:05 +02:00
parent 9e950b4739
commit b64d55cdbf
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -186,26 +186,6 @@ flake-unit:
GOTRACEBACK=all $(UNIT) -count=1
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
# =========
@ -252,7 +232,6 @@ clean:
goveralls \
flakehunter \
flake-unit \
travis \
fmt \
lint \
list \