Skip to content

Commit

Permalink
run tests for all active 2.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Feb 8, 2013
1 parent 5a6b9b4 commit 42c20c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ php:
- 5.3
- 5.4

env:
- SYMFONY_VERSION=2.0.*
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=dev-master

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

script: phpunit --coverage-text
Expand Down

0 comments on commit 42c20c6

Please sign in to comment.