Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Do not ignore platform requirements during installation
Browse files Browse the repository at this point in the history
- zendframework/zend-code 3.0 is PHP 7.1+ only, and makes tests on this release branch fail due to syntax issues.
- doctrine/instantiator 1.1.0 is PHP 7.1+ only, and makes tests on this release branch fail due to syntax issues.
  • Loading branch information
weierophinney committed Nov 27, 2017
1 parent 0c11fa0 commit 93c4760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_install:
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi

install:
- COMPOSER_ROOT_VERSION=2.7.99 travis_retry composer install --no-interaction --ignore-platform-reqs
- COMPOSER_ROOT_VERSION=2.7.99 travis_retry composer install --no-interaction

script:
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/phpunit --coverage-clover clover.xml ; fi
Expand Down

0 comments on commit 93c4760

Please sign in to comment.