From b8718bc5a1bc203519d727ac0fe8044c07a41f81 Mon Sep 17 00:00:00 2001 From: David Persson Date: Sat, 19 May 2012 20:00:52 +0200 Subject: [PATCH] Use verbose mode and profiler filter during CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 690a983bf3..f8dbc9d746 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ php: before_script: php tests/ci_depends.php $OPCODE_CACHE -script: console/li3 test tests/cases +script: console/li3 test --verbose --filters=Profiler tests/cases notifications: irc: "irc.freenode.org#li3-core" \ No newline at end of file