From 9940ecb1121cd76677d358659c33b13084542ddb Mon Sep 17 00:00:00 2001 From: David Persson Date: Mon, 21 May 2012 18:46:08 +0200 Subject: [PATCH] Use non verbose mode for test output on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8dbc9d746..9c89d83c4a 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 --verbose --filters=Profiler tests/cases +script: console/li3 test --filters=Profiler tests/cases notifications: irc: "irc.freenode.org#li3-core" \ No newline at end of file