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

Commit

Permalink
Updated build matrix
Browse files Browse the repository at this point in the history
We need to run tests for each PHP version against both v2.7 and v3 of
zend-servicemanager.
  • Loading branch information
weierophinney committed Feb 8, 2016
1 parent ae13b00 commit b51b3e5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,27 @@ matrix:
include:
- php: 5.5
env:
- SERVICE_MANAGER_VERSION="^2.7.5"
- EXECUTE_CS_CHECK=true
- php: 5.6
- php: 5.5
env:
- SERVICE_MANAGER_VERSION="^2.7.5"
- php: 5.6
env:
- EXECUTE_TEST_COVERALLS=true
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
- PATH="$HOME/.local/bin:$PATH"
- php: 5.6
env:
- SERVICE_MANAGER_VERSION="^2.7.5"
- php: 7
- php: 7
env:
- SERVICE_MANAGER_VERSION="^2.7.5"
- php: hhvm
- php: hhvm
env:
- SERVICE_MANAGER_VERSION="^2.7.5"
allow_failures:
- php: 7
- php: hhvm

notifications:
Expand Down

0 comments on commit b51b3e5

Please sign in to comment.