Skip to content

Commit

Permalink
Add symfony 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jan 20, 2016
1 parent 9d35004 commit 8ea8d47
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ cache:
matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 7.0
env: SYMFONY_VERSION=2.8.*
- php: 5.5
env: SYMFONY_VERSION=3.0.*
- php: 5.6
env: SYMFONY_VERSION=3.0.*
- php: 7.0
env: SYMFONY_VERSION=3.0.*
- php: hhvm
env: SYMFONY_VERSION=2.8.*
allow_failures:
- php: hhvm

Expand Down

0 comments on commit 8ea8d47

Please sign in to comment.