Skip to content

Commit 7eccb1d

Browse files
committed
Removed preffer-source composer option on travis.yml
1 parent abcf4c9 commit 7eccb1d

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
@@ -18,7 +18,7 @@ before_install: echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv ver
1818

1919
install:
2020
- composer self-update
21-
- composer install --no-interaction --prefer-source
21+
- composer install --no-interaction
2222

2323
script:
2424
- php vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml

0 commit comments

Comments
 (0)