summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f5e3d99..c01e70c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@ otp_release:
- R15B
- R14B04
- R14B03
-script: "make debug xref clean all deps test"
+script: "make travis"
diff --git a/Makefile b/Makefile
index 4ff331f..3a3eb63 100644
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,5 @@ deps:
test:
@$(REBAR) eunit
@$(RETEST) inttest
+
+travis: clean debug xref clean all deps test