This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ language: php
22
33php :
44 - 7.0
5- - hhvm
65
76sudo : false
87
1312
1413env :
1514 matrix : SYMFONY_VERSION=3.2.*
16- 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
1718
1819matrix :
1920 include :
@@ -23,6 +24,8 @@ matrix:
2324 env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2425 - php : 7.1
2526 env : SYMFONY_VERSION=3.1.*
27+ - php : hhvm
28+ dist : trusty
2629 fast_finish : true
2730
2831before_install :
@@ -34,7 +37,7 @@ before_install:
3437
3538install : composer update --prefer-dist $COMPOSER_FLAGS
3639
37- script : phpunit
40+ script : vendor/bin/simple- phpunit
3841
3942notifications :
4043 irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments