feat: implement beam_stats_msg_graphite:of_memory/3
[beam_stats.git] / Makefile
index fe90b00..9c15970 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-REBAR := ./rebar --config rebar_test_build.config
+REBAR := ./rebar
 
 .PHONY: \
        all \
@@ -11,13 +11,17 @@ REBAR := ./rebar --config rebar_test_build.config
        deps_update \
        dialyze \
        dialyzer_blt_build \
-       test
+       test \
+       travis_ci
 
 all: \
+       travis_ci \
+       dialyze
+
+travis_ci: \
        clean_all \
        deps_get \
        compile_all \
-       dialyze \
        test
 
 deps_get:
This page took 0.027571 seconds and 4 git commands to generate.