aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d94cc7..28a35d5 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,11 @@ ifeq ($(REBAR),)
REBAR=$(CURDIR)/rebar
endif
+# Unset rebar when building on Travis
+ifeq ($(TRAVIS),true)
+REBAR=""
+endif
+
# =============================================================================
# Handle version discovery
# =============================================================================