From d8136aa4220b09110d5bd941cc70b96841de5a5b Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Tue, 24 Jul 2012 11:26:09 -0400 Subject: [PATCH] Travis attempt fix Travis build failing on PHP5.3.3 from a composer warning --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92c37c6..8297901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ php: before_script: - curl -s http://getcomposer.org/installer | php - - php composer.phar install + - php composer.phar install --dev script: phpunit --coverage-text