summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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