Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit e4dca63

Browse files
committed
use fixed version of phpunit
1 parent 5d010eb commit e4dca63

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ cache:
1212

1313
env:
1414
matrix: SYMFONY_VERSION=3.2.*
15-
global: SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
15+
global:
16+
- SYMFONY_DEPRECATIONS_HELPER=2080
17+
- SYMFONY_PHPUNIT_DIR=".phpunit" SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
1618

1719
matrix:
1820
include:
@@ -35,7 +37,7 @@ before_install:
3537

3638
install: composer update --prefer-dist $COMPOSER_FLAGS
3739

38-
script: phpunit
40+
script: vendor/bin/simple-phpunit
3941

4042
notifications:
4143
irc: "irc.freenode.org#symfony-cmf"

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"require-dev": {
2424
"symfony/monolog-bundle": "^2.3|^3.0",
25+
"symfony/phpunit-bridge": "^3.2",
2526
"symfony-cmf/routing-bundle": "^1.4|^2.0",
2627
"symfony-cmf/testing": "^2.0",
2728
"twig/twig": "^1.18|^2.0"

0 commit comments

Comments
 (0)