Revert `97904cec95f1a1fafd18405f0dd143eb63d595a9`

pull/2646/head
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 builds binaries for all targets
all: bin all: bin
# ci: ci:
# if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then \
# $(MAKE) bin ;\ $(MAKE) bin ;\
# fi fi
ci: bin test
@$(MAKE) test @$(MAKE) test
bin: tools bin: tools