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 1
1
language : php
2
2
3
+ sudo : false
4
+
5
+ cache :
6
+ directories :
7
+ - vendor
8
+
3
9
php :
4
10
- 5.3
5
11
- 5.4
8
14
- hhvm
9
15
10
16
env :
11
- - SYMFONY_VERSION=2.5.*
17
+ - SYMFONY_VERSION=no
12
18
13
19
matrix :
14
20
include :
@@ -22,7 +28,8 @@ matrix:
22
28
before_script :
23
29
- composer self-update
24
30
- 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
26
33
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
27
34
28
35
script : phpunit --coverage-text
Original file line number Diff line number Diff line change 19
19
"symfony/framework-bundle" : " ~2.3"
20
20
},
21
21
"require-dev" : {
22
+ "symfony/symfony" : " 2.6.*" ,
22
23
"symfony-cmf/core-bundle" : " ~1.1" ,
23
24
"symfony-cmf/testing" : " ~1.1" ,
24
25
"matthiasnoback/symfony-dependency-injection-test" : " 0.*" ,
You can’t perform that action at this time.
0 commit comments