Skip to content

Commit

Permalink
Merge pull request #416 from digitalkaoz/travis_sf_2.4
Browse files Browse the repository at this point in the history
enabled symfony 2.4 on travis
  • Loading branch information
makasim committed Apr 25, 2014
2 parents be933eb + 2405d86 commit d7d5913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ php:

env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
Expand All @@ -17,3 +19,7 @@ script: ./bin/phpunit --coverage-text
notifications:
email:
- travis-ci@liip.ch

matrix:
allow_failures:
- env: SYMFONY_VERSION=2.5.*

0 comments on commit d7d5913

Please sign in to comment.