Skip to content

Commit 0e19e41

Browse files
committed
Add --prefer-source to travis.yml
1 parent acd9452 commit 0e19e41

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
@@ -12,6 +12,6 @@ before_script:
1212
- (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure && make && make install)
1313
- echo "extension=libev.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1414
- composer self-update
15-
- composer install --dev
15+
- composer install --dev --prefer-source
1616

1717
script: phpunit --coverage-text

0 commit comments

Comments
 (0)