Skip to content

Commit 5c6d8fb

Browse files
author
Carlo Forghieri
committed
Add phpunit-bridge to detect deprecations
1 parent b5e3baf commit 5c6d8fb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ matrix:
1414
fast_finish: true
1515
include:
1616
- php: 5.3
17-
env: COMPOSER_FLAGS="--prefer-lowest"
17+
env:
18+
- COMPOSER_FLAGS="--prefer-lowest"
19+
- NO_PHPUNIT_BRIDGE=1
20+
- php: 5.4
21+
env:
22+
- NO_PHPUNIT_BRIDGE=1
1823
- php: 5.6
1924
env: SYMFONY_VERSION=2.3.*
2025
- php: 5.6
@@ -40,6 +45,7 @@ cache:
4045
before_script:
4146
- composer selfupdate
4247
- 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;
4349
- composer update --prefer-dist $COMPOSER_FLAGS
4450

4551
script:

0 commit comments

Comments
 (0)