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 11language : php
22
33php :
4- - 5.5
54 - 5.6
65 - 7.0
76 - 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
916
1017sudo : false
1118
12- before_install : phpenv config-rm xdebug.ini || true
19+ before_install :
20+ - phpenv config-rm xdebug.ini || true
21+ - composer self-update
1322
14- install : composer dump-autoload
23+ install : composer update --prefer-dist
1524
16- script : phpunit
25+ script : vendor/bin/simple- phpunit
1726
1827notifications :
1928 irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^5.6|^7.0"
1515 },
16+ "require-dev" : {
17+ "symfony/phpunit-bridge" : " ^3.2"
18+ },
1619 "autoload" : {
1720 "psr-4" : { "Symfony\\ Cmf\\ Api\\ Slugifier\\ " : " src/" }
1821 },
You can’t perform that action at this time.
0 commit comments