From b234bc79b98b0c1e8e4db7d2284b4cb802cab56e Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Sun, 23 Mar 2014 10:55:59 +0000 Subject: [PATCH] Missing dbunit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ef79dbce..141ff5d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ php: - 5.4 script: phpunit --coverage-clover=coverage.clover before_script: + - pear channel-discover pear.phpunit.de + - pear install phpunit/DbUnit - cd phpunit after_script: - wget https://scrutinizer-ci.com/ocular.phar