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
2
2
3
3
php :
4
4
- 7.0
5
- - hhvm
6
5
7
6
sudo : false
8
7
13
12
14
13
env :
15
14
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
17
18
18
19
matrix :
19
20
include :
@@ -23,6 +24,8 @@ matrix:
23
24
env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
24
25
- php : 7.1
25
26
env : SYMFONY_VERSION=3.1.*
27
+ - php : hhvm
28
+ dist : trusty
26
29
fast_finish : true
27
30
28
31
before_install :
@@ -34,7 +37,7 @@ before_install:
34
37
35
38
install : composer update --prefer-dist $COMPOSER_FLAGS
36
39
37
- script : phpunit
40
+ script : vendor/bin/simple- phpunit
38
41
39
42
notifications :
40
43
irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change 22
22
},
23
23
"require-dev" : {
24
24
"symfony/monolog-bundle" : " ^2.3|^3.0" ,
25
+ "symfony/phpunit-bridge" : " ^3.2" ,
25
26
"symfony-cmf/routing-bundle" : " ^1.4|^2.0" ,
26
27
"symfony-cmf/testing" : " ^2.0" ,
27
28
"twig/twig" : " ^1.18|^2.0"
You can’t perform that action at this time.
0 commit comments