Skip to content

Commit f942da7

Browse files
committed
Remove --prefer-source from composer install command
1 parent dc1d405 commit f942da7

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
@@ -12,7 +12,7 @@ before_install:
1212
- composer self-update
1313

1414
install:
15-
- composer install --prefer-source
15+
- composer install
1616

1717
script:
1818
- phpunit -v --coverage-text

0 commit comments

Comments
 (0)