File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 88 - hhvm
99
1010env :
11- - SYMFONY_VERSION=2.3.*
12-
13- before_script :
14- - composer self-update
15- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
16- - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
17-
18- script : phpunit --coverage-text
19-
20- notifications :
21- irc : " irc.freenode.org#symfony-cmf"
22- 11+ - SYMFONY_VERSION=2.5.*
2312
2413matrix :
2514 allow_failures :
@@ -28,8 +17,19 @@ matrix:
2817 - php : 5.6
2918 include :
3019 - php : 5.5
31- env : SYMFONY_VERSION=2.4 .*
20+ env : SYMFONY_VERSION=2.3 .*
3221 - php : 5.5
33- env : SYMFONY_VERSION=2.5 .*
22+ env : SYMFONY_VERSION=2.4 .*
3423 - php : 5.5
3524 env : SYMFONY_VERSION=dev-master
25+
26+ before_script :
27+ - composer self-update
28+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
29+ - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
30+
31+ script : phpunit --coverage-text
32+
33+ notifications :
34+ irc : " irc.freenode.org#symfony-cmf"
35+
You can’t perform that action at this time.
0 commit comments