FIXED : Error on Travis-CI with Composer on PHP 5.3.3

This commit is contained in:
Progi1984 2014-02-24 19:43:20 +01:00
parent 79a87a1f8d
commit 2018262f86
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ matrix:
before_script:
## Composer
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
- php composer.phar install --prefer-source
## PHP_CodeSniffer
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash