File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4+ - 5.3
45 - 5.4
56 - 5.5
67 - 5.6
@@ -13,23 +14,33 @@ cache:
1314 directories :
1415 - $HOME/.composer/cache/files
1516
17+ env :
18+ - SYMFONY_VERSION=2.8.*
19+
1620matrix :
1721 include :
22+ - php : 5.6
23+ env : DEPS=dev
1824 - php : 5.3
19- env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
20- - php : 7.0
25+ env : COMPOSER_FLAGS="--prefer-lowest"
26+ - php : 5.6
27+ env : SYMFONY_VERSION=2.3.*
28+ - php : 5.6
2129 env : SYMFONY_VERSION=2.7.*
22- - php : 7.0
23- env : SYMFONY_VERSION=2.8 .*
30+ - php : 5.6
31+ env : SYMFONY_VERSION=3.0 .*
2432 fast_finish : true
2533
2634before_install :
27- - composer self-update || true
28- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
29- - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;
30- - COMPOSER_ROOT_VERSION=dev-master composer update $COMPOSER_FLAGS --prefer-source --no-interaction
35+ - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
36+ - phpenv config-rm xdebug.ini || true
37+ - composer self-update
38+ - if [ "$DEPS" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi
39+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
40+
41+ install : composer update --prefer-dist $COMPOSER_FLAGS
3142
32- script : phpunit --coverage-text
43+ script : phpunit
3344
3445notifications :
3546 irc : " irc.freenode.org#symfony-cmf"
Original file line number Diff line number Diff line change 88 "homepage" : " https://github.com/symfony-cmf/Routing/contributors"
99 }
1010 ],
11- "minimum-stability " : " dev " ,
11+ "prefer-stable " : true ,
1212 "require" : {
1313 "php" : " ^5.3.9|^7.0" ,
1414 "symfony/symfony" : " ^2.3|3.*" ,
2121 "doctrine/data-fixtures" : " ^1.0.0-alpha3" ,
2222 "jackalope/jackalope" : " ^1.1.5" ,
2323 "jackalope/jackalope-doctrine-dbal" : " ^1.1.5" ,
24- "friendsofsymfony/jsrouting-bundle" : " ^1.1"
24+ "friendsofsymfony/jsrouting-bundle" : " ^1.1@dev "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments