summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 18:36:45 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 18:36:45 -0500
commit1e5f9e707964ef4e522abd6c41eeed82917d181d (patch)
tree7ccc757bbd3d56c62cd2d8d8a78e5a2066e1af9e
parent8ed2798b2810a1c957b89a63aadae40c844989ff (diff)
use 'rebar ct' for 'make travis' so return code for run is right in R15
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ae60cfa..8ab2117 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,6 @@ binary: clean all
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
test:
- mkdir -p test/logs
- ct_run -pa deps/*/ebin -pa ebin -include include -logdir test/logs -dir test
+ rebar ct
travis: all test