Skip to content

Commit

Permalink
Do not build for EOLed Symfony versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Jan 7, 2016
1 parent d4cc46a commit 9c1f83e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -39,13 +39,9 @@ matrix:
env: SYMFONY_VERSION=2.3.*
- php: hhvm
env: SYMFONY_VERSION=2.8.*
# current PHP with all Symfony versions
# current PHP with all non-EOLed Symfony versions
- php: 7.0
env: SYMFONY_VERSION=2.3.*
- php: 7.0
env: SYMFONY_VERSION=2.4.*
- php: 7.0
env: SYMFONY_VERSION=2.5.*
- php: 7.0
env: SYMFONY_VERSION=2.6.*
- php: 7.0
Expand Down

0 comments on commit 9c1f83e

Please sign in to comment.