This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree 2 files changed +15
-14
lines changed
2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 10
10
global :
11
11
- COMPOSER_ARGS="--no-interaction"
12
12
- COVERAGE_DEPS="satooshi/php-coveralls"
13
- - LEGACY_DEPS_PHP_56="phpunit/phpunit"
14
- - LEGACY_DEPS_PHP_70="doctrine/instantiator"
13
+ - LEGACY_DEPS="phpunit/phpunit"
15
14
16
15
matrix :
17
16
fast_finish : true
@@ -63,8 +62,7 @@ before_install:
63
62
64
63
install :
65
64
- 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
68
66
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
69
67
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
70
68
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
You can’t perform that action at this time.
0 commit comments