Skip to content

Commit

Permalink
Only test supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrnagy committed Feb 9, 2016
1 parent f52a01b commit 75f8654
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ php:

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

matrix:
allow_failures:
- env: SYMFONY_VERSION=2.8.*

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
- composer require symfony/security-bundle:${SYMFONY_VERSION} --prefer-source
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update --prefer-source
- composer require symfony/security-bundle:${SYMFONY_VERSION} --no-update --prefer-source
- composer install --dev --prefer-source

0 comments on commit 75f8654

Please sign in to comment.