File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1111 - hhvm
1212
1313env :
14- - COMPOSER_FLAGS="--prefer-lowest"
15- - SYMFONY_VERSION=2.1.*
16- - SYMFONY_VERSION=2.2.*
17- - SYMFONY_VERSION=2.3.*
18- - SYMFONY_VERSION=2.4.*
19- - SYMFONY_VERSION=2.5.*
14+ - COMPOSER_FLAGS="--prefer-lowest" NO_PHPUNIT_BRIDGE=1
15+ - SYMFONY_VERSION=2.1.* NO_PHPUNIT_BRIDGE=1
16+ - SYMFONY_VERSION=2.2.* NO_PHPUNIT_BRIDGE=1
17+ - SYMFONY_VERSION=2.3.* NO_PHPUNIT_BRIDGE=1
18+ - SYMFONY_VERSION=2.4.* NO_PHPUNIT_BRIDGE=1
19+ - SYMFONY_VERSION=2.5.* NO_PHPUNIT_BRIDGE=1
2020 - SYMFONY_VERSION=2.6.* SYMFONY_DEPRECATIONS_HELPER=weak
2121 - SYMFONY_VERSION=2.7.*
2222 - SYMFONY_VERSION=2.8.*
3131before_script :
3232 - composer selfupdate
3333 - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
34+ - if [ "$NO_PHPUNIT_BRIDGE" == "" ]; then composer require symfony/phpunit-bridge; fi;
3435 - composer update --prefer-dist $COMPOSER_FLAGS
3536
3637script :
You can’t perform that action at this time.
0 commit comments