File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
- 7.0
6
6
- 7.1
7
7
8
+ env :
9
+ global :
10
+ - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
11
+
8
12
matrix :
9
13
include :
10
14
- php : hhvm
11
15
dist : trusty
12
16
13
17
sudo : false
14
18
15
- before_install : phpenv config-rm xdebug.ini || true
19
+ before_install :
20
+ - phpenv config-rm xdebug.ini || true
21
+ - composer self-update
16
22
17
- install : composer dump-autoload
23
+ install : composer update --prefer-dist
18
24
19
- script : phpunit
25
+ script : vendor/bin/simple- phpunit
20
26
21
27
notifications :
22
28
irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ^5.6|^7.0"
15
15
},
16
+ "require-dev" : {
17
+ "symfony/phpunit-bridge" : " ^3.2"
18
+ },
16
19
"autoload" : {
17
20
"psr-4" : { "Symfony\\ Cmf\\ Api\\ Slugifier\\ " : " src/" }
18
21
},
You can’t perform that action at this time.
0 commit comments