Skip to content

Commit 442cf8c

Browse files
committed
Use --prefer-source for php-coveralls installation
1 parent f9735fc commit 442cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414

1515
install:
1616
- composer install --prefer-source
17-
- composer require satooshi/php-coveralls:dev-master
17+
- composer require satooshi/php-coveralls:dev-master --prefer-source
1818

1919
script:
2020
- phpunit -v --coverage-text --coverage-clover ./build/logs/clover.xml

0 commit comments

Comments
 (0)