Revert `97904cec95f1a1fafd18405f0dd143eb63d595a9`

This commit is contained in:
Sean Chittenden 2017-02-01 16:32:30 -08:00
parent 22addad024
commit 35fd064a79
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 4 additions and 5 deletions

View File

@ -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