Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Run CI on both v2 and v3 of zend-servicemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 4, 2016
1 parent 00cec47 commit d9f704f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,24 @@ matrix:
include:
- php: 5.5
env:
- SERVICE_MANAGER_VERSION="^2.7.3"
- EXECUTE_CS_CHECK=true
- php: 5.6
- php: 5.5
env:
- SERVICE_MANAGER_VERSION="^2.7.3"
- php: 5.6
env:
- EXECUTE_TEST_COVERALLS=true
- php: 5.6
env:
- SERVICE_MANAGER_VERSION="^2.7.3"
- php: 7
- php: 7
env:
- SERVICE_MANAGER_VERSION="^2.7.3"
- php: hhvm
- php: hhvm
env:
- SERVICE_MANAGER_VERSION="^2.7.3"
allow_failures:
- php: hhvm

Expand All @@ -38,7 +46,7 @@ before_install:
- composer self-update
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
- if [[ $SERVICE_MANAGER_VERSION != '' ]]; then composer require --dev --no-update "zendframework/zend-servicemanager:$SERVICE_MANAGER_VERSION" ; fi
- if [[ $SERVICE_MANAGER_VERSION == '' ]]; then composer require --dev --no-update "zendframework/zend-servicemanager:^3.0" ; fi
- if [[ $SERVICE_MANAGER_VERSION == '' ]]; then composer require --dev --no-update "zendframework/zend-servicemanager:^3.0.3" ; fi

install:
- travis_retry composer install --no-interaction --ignore-platform-reqs
Expand Down

0 comments on commit d9f704f

Please sign in to comment.