mirror of https://github.com/status-im/consul.git
Revert `97904cec95f1a1fafd18405f0dd143eb63d595a9`
This commit is contained in:
parent
22addad024
commit
35fd064a79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue