Skip to content

Commit 0ef919b

Browse files
fixed missing coveralls bin
added badges to readme
1 parent 3c0f36c commit 0ef919b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff 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

5558
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
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

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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
25
Zend Server Deployment Helper (DepH) is a Zend Framework 2 based set of classes
36
which supports in creating reliable hook scripts of Zend Server

0 commit comments

Comments
 (0)