Skip to content

Commit

Permalink
add symfony versions to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwentworth committed Nov 11, 2014
1 parent 5a49136 commit da0a847
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@ php:
- 5.4
- 5.3
- hhvm

env:
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*

install:
- composer install

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}

script:
- phpunit --coverage-text

after_script:
- php vendor/bin/coveralls -v

0 comments on commit da0a847

Please sign in to comment.