Skip to content

Commit

Permalink
Merge pull request #107 from stof/clean_symfony_versions
Browse files Browse the repository at this point in the history
Clean the list of Symfony versions
  • Loading branch information
stof committed Mar 5, 2016
2 parents 1ef8cec + ae5d4f1 commit 02396c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ php: [5.3, 5.4, 5.5, 5.6, 7.0, hhvm]

matrix:
include:
# Test against LTS versions
- php: 5.5
env: SYMFONY_VERSION='2.3.*'
- php: 5.5
env: SYMFONY_VERSION='2.5.*@dev'
env: SYMFONY_VERSION='2.7.*'
- php: 5.6
env: SYMFONY_VERSION='2.8.*@dev'
env: SYMFONY_VERSION='2.8.*'
# Test against dev versions of dependencies
- php: 5.6
env: DEPENDENCIES='dev' SYMFONY_VERSION='3.0.*@dev'
allow_failures:
- env: DEPENDENCIES='dev' SYMFONY_VERSION='3.0.*@dev'
env: DEPENDENCIES='dev'

cache:
directories:
Expand Down

0 comments on commit 02396c5

Please sign in to comment.