diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -35,6 +35,11 @@ ifeq ($(REBAR),) REBAR=$(CURDIR)/rebar endif +# Unset rebar when building on Travis +ifeq ($(TRAVIS),true) +REBAR="" +endif + # ============================================================================= # Handle version discovery # ============================================================================= |