From 35fd064a7916861b6b13f9dbed6a06d1da343e74 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Wed, 1 Feb 2017 16:32:30 -0800 Subject: [PATCH] Revert `97904cec95f1a1fafd18405f0dd143eb63d595a9` --- GNUmakefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index cd16609c98..2e9a11da8c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,11 +12,10 @@ BUILD_TAGS?=consul # all builds binaries for all targets all: bin -# ci: -# if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \ -# $(MAKE) bin ;\ -# fi -ci: bin test +ci: + if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \ + $(MAKE) bin ;\ + fi @$(MAKE) test bin: tools