Skip to content

Commit c8e8b70

Browse files
committed
Fix: Prefer packages installed from dist
1 parent 95fb7bc commit c8e8b70

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:
1818
- composer selfupdate
1919

2020
install:
21-
- travis_retry composer install --no-interaction --prefer-source
21+
- composer install --no-interaction --prefer-dist
2222
- if [[ "$CHECK_LINKS" == "true" ]]; then sudo apt-get -y install pypy python-sphinx graphviz; fi
2323

2424
script:

0 commit comments

Comments
 (0)