From fbd0209dd461cd6629634747d07e9d1b1c7cda41 Mon Sep 17 00:00:00 2001 From: Makis Tracend Date: Sat, 16 Jun 2012 03:16:19 -0700 Subject: [PATCH] #43 Removing request for code coverage text --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a68cf6..5f96c01 100755 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use -script: phpunit --configuration test/phpunit.xml --coverage-text +script: phpunit --configuration test/phpunit.xml # configure notifications (email, IRC, campfire etc) notifications: