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

Commit a582e12

Browse files
committed
Install without platform deps for initial install
1 parent b234581 commit a582e12

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
@@ -69,7 +69,7 @@ before_install:
6969
- composer self-update
7070

7171
install:
72-
- travis_retry composer install $COMPOSER_ARGS
72+
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
7373
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
7474
- if [[ $DEPS == 'latest' ]]; then travis_retry composer require --dev --no-update $COMPOSER_ARGS $LATEST_DEPS ; fi
7575
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi

0 commit comments

Comments
 (0)