Changed travis config to install dev requirements

This commit is contained in:
Richard Miller 2012-07-10 21:37:53 +01:00
parent cc410cb804
commit d9561795f5

View file

@ -6,7 +6,7 @@ php:
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
- php composer.phar install --dev
script: phpunit