From 0bd8ecdcf919ff35849d2d71dd8bc20196dd84a9 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 17 Sep 2014 17:53:47 -0500 Subject: trying to get ct_run to work in travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1