Skip to content

Commit

Permalink
Merge pull request #121 from symfony-cmf/symfony-2
Browse files Browse the repository at this point in the history
allow hhvm to fail. symfony 2.x promised BC, but symfony 3 will happen sometimes
  • Loading branch information
dbu committed Oct 20, 2014
2 parents 17463cc + 8b21fe8 commit 8e87981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ env:

matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: hhvm
include:
- php: 5.5
env: SYMFONY_VERSION=2.3.*
- php: 5.5
env: SYMFONY_VERSION=2.4.*
- php: 5.5
env: SYMFONY_VERSION=dev-master
env: SYMFONY_VERSION=2.*

before_install:
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
Expand Down

0 comments on commit 8e87981

Please sign in to comment.