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 8
8
- hhvm
9
9
10
10
env :
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.*
23
12
24
13
matrix :
25
14
allow_failures :
@@ -28,8 +17,19 @@ matrix:
28
17
- php : 5.6
29
18
include :
30
19
- php : 5.5
31
- env : SYMFONY_VERSION=2.4 .*
20
+ env : SYMFONY_VERSION=2.3 .*
32
21
- php : 5.5
33
- env : SYMFONY_VERSION=2.5 .*
22
+ env : SYMFONY_VERSION=2.4 .*
34
23
- php : 5.5
35
24
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