File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ matrix:
3232 - DEPS=latest
3333 - CS_CHECK=true
3434 - TEST_COVERAGE=true
35+ - php : 5.6
36+ env :
37+ - DEPS=latest
3538 - BUILD_ZPK="$(if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true'; else echo -n 'false'; fi)"
3639 exclude :
3740 - php : 5.6
@@ -53,8 +56,7 @@ install:
5356 - composer show --installed
5457
5558script :
56- - if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; fi
57- - if [[ $TEST_COVERAGE != 'true' ]]; then composer test ; fi
59+ - if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
5860 - if [[ $BUILD_ZPK == 'true' ]]; then travis_retry composer install -vvv $COMPOSER_ARGS $COMPOSER_ZPK_ARGS ; fi
5961 - if [[ $BUILD_ZPK == 'true' ]]; then composer show --installed ; fi
6062# - if [[ $TRAVIS_TEST_RESULT == 0 && $BUILD_ZPK == 'true' ]]; then phing build ; fi
Original file line number Diff line number Diff line change 1+ [ ![ Build Status] ( https://travis-ci.org/zend-patterns/ZendServerDeploymentHelper.svg?branch=master )] ( https://travis-ci.org/zend-patterns/ZendServerDeploymentHelper )
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/zend-patterns/ZendServerDeploymentHelper/badge.svg?branch=master )] ( https://coveralls.io/github/zend-patterns/ZendServerDeploymentHelper?branch=master )
3+
14# Zend Server Deployment Helper
25Zend Server Deployment Helper (DepH) is a Zend Framework 2 based set of classes
36which supports in creating reliable hook scripts of Zend Server
You can’t perform that action at this time.
0 commit comments