File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ matrix:
32
32
- DEPS=latest
33
33
- CS_CHECK=true
34
34
- TEST_COVERAGE=true
35
+ - php : 5.6
36
+ env :
37
+ - DEPS=latest
35
38
- BUILD_ZPK="$(if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true'; else echo -n 'false'; fi)"
36
39
exclude :
37
40
- php : 5.6
@@ -53,8 +56,7 @@ install:
53
56
- composer show --installed
54
57
55
58
script :
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
58
60
- if [[ $BUILD_ZPK == 'true' ]]; then travis_retry composer install -vvv $COMPOSER_ARGS $COMPOSER_ZPK_ARGS ; fi
59
61
- if [[ $BUILD_ZPK == 'true' ]]; then composer show --installed ; fi
60
62
# - 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
+
1
4
# Zend Server Deployment Helper
2
5
Zend Server Deployment Helper (DepH) is a Zend Framework 2 based set of classes
3
6
which supports in creating reliable hook scripts of Zend Server
You can’t perform that action at this time.
0 commit comments