File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5
5
4
- 5.6
6
5
- 7.0
7
6
- 7.1
8
- - hhvm
7
+
8
+ env :
9
+ global :
10
+ - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
11
+
12
+ matrix :
13
+ include :
14
+ - php : hhvm
15
+ dist : trusty
9
16
10
17
sudo : false
11
18
12
- before_install : phpenv config-rm xdebug.ini || true
19
+ before_install :
20
+ - phpenv config-rm xdebug.ini || true
21
+ - composer self-update
13
22
14
- install : composer dump-autoload
23
+ install : composer update --prefer-dist
15
24
16
- script : phpunit
25
+ script : vendor/bin/simple- phpunit
17
26
18
27
notifications :
19
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