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

Commit b1a817d

Browse files
committed
removed php70 legacy components
1 parent 856ab79 commit b1a817d

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ env:
1010
global:
1111
- COMPOSER_ARGS="--no-interaction"
1212
- COVERAGE_DEPS="satooshi/php-coveralls"
13-
- LEGACY_DEPS_PHP_56="phpunit/phpunit"
14-
- LEGACY_DEPS_PHP_70="doctrine/instantiator"
13+
- LEGACY_DEPS="phpunit/phpunit"
1514

1615
matrix:
1716
fast_finish: true
@@ -63,8 +62,7 @@ before_install:
6362

6463
install:
6564
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
66-
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS_PHP_56 ; fi
67-
- if [[ "$TRAVIS_PHP_VERSION" = "7.0" ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS_PHP_70 ; fi
65+
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
6866
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
6967
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
7068
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi

composer.lock

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)