Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 20cc20f

Browse files
committed
Merge branch 'hotfix/travis-composer'
Close #86
2 parents 126f2e4 + 6095c59 commit 20cc20f

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
@@ -32,7 +32,7 @@ before_install:
3232
- if [[ $EXECUTE_COVERAGE == 'true' ]]; then composer require --no-update satooshi/php-coveralls:dev-master ; fi
3333

3434
install:
35-
- travis_retry composer install --no-interaction --ignore-platform-reqs
35+
- travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source
3636
- composer info -i
3737

3838
script:

0 commit comments

Comments
 (0)