summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 17:53:47 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 17:53:47 -0500
commit0bd8ecdcf919ff35849d2d71dd8bc20196dd84a9 (patch)
treee07392bb5c7a235ca020efbcc3f482cf441335a4
parent23057098a6eac6282c4b42ba554d8fd58108de49 (diff)
trying to get ct_run to work in travis
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39548b4..2dd380a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,6 @@ binary: clean all
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
test:
- ct_run -pa deps/*/ebin -pa ebin -include include -logdir test/logs -dir test
+ ct_run -pa deps/*/ebin -pa ebin -include include -dir test
travis: all test