Update .travis.yml to remove invalid composer option

This commit is contained in:
Richard Miller 2012-05-02 10:12:44 +02:00
parent 96776e34ad
commit 21abb977ac

View file

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