diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 17:53:47 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 17:53:47 -0500 |
commit | 0bd8ecdcf919ff35849d2d71dd8bc20196dd84a9 (patch) | |
tree | e07392bb5c7a235ca020efbcc3f482cf441335a4 | |
parent | 23057098a6eac6282c4b42ba554d8fd58108de49 (diff) |
trying to get ct_run to work in travis
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |