Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Girard committed Jun 1, 2015
1 parent b184fed commit 53ad877
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ php:

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

matrix:
allow_failures:
- php: hhvm

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
Expand Down

0 comments on commit 53ad877

Please sign in to comment.