Skip to content

Commit

Permalink
Merge pull request sonata-project#2596 from hason/travis
Browse files Browse the repository at this point in the history
Enabled Symfony 2.6 and 2.7 and disabled Symfony 3.x in travis
  • Loading branch information
rande committed Nov 30, 2014
2 parents 4d4e8e7 + 22cc462 commit 2453498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
- SYMFONY_VERSION=dev-master
- SYMFONY_VERSION=2.6.*
- SYMFONY_VERSION=2.7.*@dev

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

0 comments on commit 2453498

Please sign in to comment.