FIXED : Error on Travis-CI with Composer on PHP 5.3.3
This commit is contained in:
parent
79a87a1f8d
commit
2018262f86
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue