File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : false
2+ dist : trusty
3+
14language : php
25
36php :
4- - 5.5
57 - 5.6
68 - 7.0
9+ - 7.1
710 - hhvm
811
9- env :
10- - SYMFONY_VERSION=2.3.*
11- - SYMFONY_VERSION=2.4.*
12- - SYMFONY_VERSION=2.5.*
13- - SYMFONY_VERSION=2.6.*
14- - SYMFONY_VERSION=2.7.*
15- - SYMFONY_VERSION=2.8.*
16- - SYMFONY_VERSION=3.0.*
12+ matrix :
13+ fast_finish : true
14+ include :
15+ - php : 5.6
16+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
17+ - php : 7.1
18+ env : DEPENDENCIES=dev
19+ - php : 7.0
20+ env : SYMFONY_VERSION=2.8.* # Test against LTS versions
21+
22+ before_install :
23+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
24+ - if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
1725
1826before_install :
1927 - composer self-update
2028
2129install :
22- - composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
23- - composer require symfony/console:${SYMFONY_VERSION} --no-update
24- - composer require symfony/finder:${SYMFONY_VERSION} --no-update
25- - composer install --no-progress --no-plugins
30+ - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
2631
2732script :
2833 - bin/phpunit
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1010 },
1111
1212 "require" : {
13- "bernard/bernard" : " 1.0.*@dev" ,
14- "symfony/framework-bundle" : " ~2.3|~3.0"
13+ "php" : " ^5.6|^7.0" ,
14+ "bernard/bernard" : " 1.0.*@dev" ,
15+ "symfony/framework-bundle" : " ^2.7|^3.0"
1516 },
1617
1718 "require-dev" : {
18- "symfony/console" : " ~2.3|~ 3.0" ,
19- "symfony/finder" : " ~2.3|~ 3.0" ,
20- "phpunit/phpunit" : " ~4.0"
19+ "symfony/console" : " ^2.7|^ 3.0" ,
20+ "symfony/finder" : " ^2.7|^ 3.0" ,
21+ "phpunit/phpunit" : " ~4.0"
2122 },
2223
2324 "extra" : {
You can’t perform that action at this time.
0 commit comments