From 9e393139de301ccd35150f61272bcebe822bb4b0 Mon Sep 17 00:00:00 2001 From: fufroma Date: Mon, 7 Mar 2016 14:41:49 +0100 Subject: [PATCH] Attemp to fix travis <=> phpunit --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ca24f93..dff07079 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ php: - 5.3 script: phpunit --coverage-clover=coverage.clover before_script: - - pear channel-discover pear.phpunit.de - - pear install phpunit/DbUnit +# pear.phpunit.de offline, and travis have phpunit +# - pear channel-discover pear.phpunit.de +# - pear install phpunit/DbUnit - cd phpunit after_script: - wget https://scrutinizer-ci.com/ocular.phar