Skip to content

Commit

Permalink
Add phpunit-bridge to detect deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Forghieri committed Feb 15, 2016
1 parent b5e3baf commit 5c6d8fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ matrix:
fast_finish: true
include:
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
env:
- COMPOSER_FLAGS="--prefer-lowest"
- NO_PHPUNIT_BRIDGE=1
- php: 5.4
env:
- NO_PHPUNIT_BRIDGE=1
- php: 5.6
env: SYMFONY_VERSION=2.3.*
- php: 5.6
Expand All @@ -40,6 +45,7 @@ cache:
before_script:
- composer selfupdate
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
- if [ "$NO_PHPUNIT_BRIDGE" == "" ]; then composer require symfony/phpunit-bridge; fi;
- composer update --prefer-dist $COMPOSER_FLAGS

script:
Expand Down

0 comments on commit 5c6d8fb

Please sign in to comment.