From 8a05873bb29deddf3f10f7cbdc899e59a5c6b1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Oct 2012 09:23:30 +0200 Subject: [PATCH] There is no need for coverage tests in trevis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc85e1c3da..e4b488f6f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: php php: - "5.4" - "5.3" -script: phpunit --configuration phpunit.xml.dist +script: phpunit --configuration phpunit.xml.nocoverage