Skip to content

Commit 66eac00

Browse files
committed
updates
1 parent 6bcf859 commit 66eac00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_script:
2525
- pear install pear/XML_RPC2
2626
- phpenv rehash
2727
- travis_retry composer self-update
28-
- travis_retry composer install --no-interaction --dev --prefer-source
28+
- travis_retry composer install --no-interaction --dev --prefer-dist
2929
script:
3030
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then phpdbg -qrr vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover coverage.xml --whitelist src/; fi;
3131
- if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v; fi

0 commit comments

Comments
 (0)