File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11language : php
22
3+ sudo : false
4+
5+ cache :
6+ directories :
7+ - vendor
8+
39php :
410 - 5.3
511 - 5.4
814 - hhvm
915
1016env :
11- - SYMFONY_VERSION=2.5.*
17+ - SYMFONY_VERSION=no
1218
1319matrix :
1420 include :
@@ -22,7 +28,8 @@ matrix:
2228before_script :
2329 - composer self-update
2430 - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
25- - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
31+ - sh -c 'if [ "$SYMFONY_VERSION" != "no" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi;'
32+ - composer update --prefer-source
2633 - vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
2734
2835script : phpunit --coverage-text
Original file line number Diff line number Diff line change 1919 "symfony/framework-bundle" : " ~2.3"
2020 },
2121 "require-dev" : {
22+ "symfony/symfony" : " 2.6.*" ,
2223 "symfony-cmf/core-bundle" : " ~1.1" ,
2324 "symfony-cmf/testing" : " ~1.1" ,
2425 "matthiasnoback/symfony-dependency-injection-test" : " 0.*" ,
You can’t perform that action at this time.
0 commit comments