Skip to content

Commit f3546cf

Browse files
committed
Made Travis file consistent
1 parent 0db990c commit f3546cf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,7 @@ php:
88
- hhvm
99

1010
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.*
2312

2413
matrix:
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+

0 commit comments

Comments
 (0)