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

Commit 3fd9482

Browse files
committed
[travis-ci] Composer install --ignore-platform-reqs
Remove platform constraint requirements when install. Tests already skip the execution if the required plafform requirement is not present
1 parent b86cb57 commit 3fd9482

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
@@ -24,7 +24,7 @@ before_install:
2424
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
2525

2626
install:
27-
- travis_retry composer install --no-interaction --prefer-source
27+
- travis_retry composer install --no-interaction --ignore-platform-reqs
2828

2929
script:
3030
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/phpunit -c phpunit.xml.travis --coverage-clover clover.xml ; fi

0 commit comments

Comments
 (0)