Skip to content

Commit

Permalink
Merge pull request #140 from FriendsOfSymfony/framework-extra-3
Browse files Browse the repository at this point in the history
Test against sensio/framework-extra-bundle 3.0
  • Loading branch information
dbu committed Aug 17, 2014
2 parents 71fff50 + ed6cba1 commit b5875b6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@ matrix:
- php: 5.5
env: SYMFONY_VERSION='2.3.*'
- php: 5.5
env: SYMFONY_VERSION='2.4.*'
env:
- SYMFONY_VERSION='2.4.*'
- FRAMEWORK_EXTRA_VERSION='~3.0'
- php: 5.5
env: SYMFONY_VERSION='2.5.*'
env:
- SYMFONY_VERSION='2.5.*'
- FRAMEWORK_EXTRA_VERSION='~3.0'
- php: 5.5
env: SYMFONY_VERSION='dev-master'

env:
- SYMFONY_VERSION='dev-master'
- FRAMEWORK_EXTRA_VERSION='~3.0'

before_script:
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
- sh -c 'if [ "$FRAMEWORK_EXTRA_VERSION" != "" ]; then composer require --dev --no-update sensio/framework-extra-bundle=$FRAMEWORK_EXTRA_VERSION; fi;'
- composer install
- sudo apt-get install python-sphinx

Expand Down

0 comments on commit b5875b6

Please sign in to comment.