Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de681cb

Browse files
committedJan 26, 2015
Merge pull request #133 from symfony-cmf/travis_config
Use latest versions in the test matrix
2 parents 76f2a70 + c956436 commit de681cb

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed
 

‎.travis.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,27 @@ cache:
1414
- $HOME/.composer/cache
1515

1616
env:
17-
- SYMFONY_VERSION=2.5.*
17+
- SYMFONY_VERSION=2.6.*
1818

1919
matrix:
2020
include:
21-
- php: 5.5
21+
- php: 5.6
2222
env: SYMFONY_VERSION=2.3.*
23-
- php: 5.5
24-
env: SYMFONY_VERSION=2.4.*
25-
- php: 5.5
26-
env: SYMFONY_VERSION=2.6.*
23+
- php: 5.6
24+
env: SYMFONY_VERSION=2.5.*
25+
- php: 5.6
26+
env: SYMFONY_VERSION=2.7.*
27+
- php: 5.6
28+
env: SYMFONY_VERSION=3.0.*
29+
allow_failures:
30+
- php: 5.6
31+
env: SYMFONY_VERSION=2.7.*
32+
- php: 5.6
33+
env: SYMFONY_VERSION=3.0.*
2734

2835
before_script:
2936
- composer self-update
30-
- sh -c 'if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
37+
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3138
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
3239
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
3340

0 commit comments

Comments
 (0)
Please sign in to comment.