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

Commit e835e38

Browse files
committed
Force 2.7 version of stdlib
- Added `COMPOSER_ROOT_VERSION` directive to composer install, to ensure we don't get a circular dependency issue. - PHP 7 MUST pass!
1 parent 3c95b8a commit e835e38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
- php: 7
2424
- php: hhvm
2525
allow_failures:
26-
- php: 7
2726
- php: hhvm
2827

2928
notifications:
@@ -36,7 +35,7 @@ before_install:
3635
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
3736

3837
install:
39-
- travis_retry composer install --no-interaction --ignore-platform-reqs
38+
- COMPOSER_ROOT_VERSION=2.7.99 travis_retry composer install --no-interaction --ignore-platform-reqs
4039

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

0 commit comments

Comments
 (0)