From b64d55cdbffa017e30d3c86625b84782f9d06717 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Thu, 11 Oct 2018 10:31:05 +0200 Subject: [PATCH] make: remove make travis --- Makefile | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Makefile b/Makefile index 63ec0805..349686f5 100644 --- a/Makefile +++ b/Makefile @@ -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 \