Skip to content

Commit 2018262

Browse files
committed
FIXED : Error on Travis-CI with Composer on PHP 5.3.3
1 parent 79a87a1 commit 2018262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matrix:
1313
before_script:
1414
## Composer
1515
- curl -s http://getcomposer.org/installer | php
16-
- php composer.phar install
16+
- php composer.phar install --prefer-source
1717
## PHP_CodeSniffer
1818
- pyrus install pear/PHP_CodeSniffer
1919
- phpenv rehash

0 commit comments

Comments
 (0)