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

Commit 3cd736a

Browse files
committed
Merge branch 'hotfix/travis'
2 parents 079763e + 47ede6a commit 3cd736a

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
@@ -76,7 +76,7 @@ before_install:
7676
- travis_retry composer self-update
7777

7878
install:
79-
- travis_retry composer install $COMPOSER_ARGS
79+
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
8080
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
8181
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
8282
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi

0 commit comments

Comments
 (0)