We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e3baf commit 5c6d8fbCopy full SHA for 5c6d8fb
1 file changed
.travis.yml
@@ -14,7 +14,12 @@ matrix:
14
fast_finish: true
15
include:
16
- php: 5.3
17
- env: COMPOSER_FLAGS="--prefer-lowest"
+ env:
18
+ - COMPOSER_FLAGS="--prefer-lowest"
19
+ - NO_PHPUNIT_BRIDGE=1
20
+ - php: 5.4
21
22
23
- php: 5.6
24
env: SYMFONY_VERSION=2.3.*
25
@@ -40,6 +45,7 @@ cache:
40
45
before_script:
41
46
- composer selfupdate
42
47
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
48
+ - if [ "$NO_PHPUNIT_BRIDGE" == "" ]; then composer require symfony/phpunit-bridge; fi;
43
49
- composer update --prefer-dist $COMPOSER_FLAGS
44
50
51
script:
0 commit comments