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

Commit 06ddda1

Browse files
committed
Merge branch 'hotfix/79'
Close #79
2 parents d094376 + d1ebee6 commit 06ddda1

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
coverage_clover: clover.xml
22
json_path: coveralls-upload.json
3-
src_dir: src

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ matrix:
4444
- php: 5.6
4545
env:
4646
- DEPS=locked
47+
- TEST_COVERAGE=true
4748
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
4849
- PATH="$HOME/.local/bin:$PATH"
4950
- php: 5.6

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"ZendTest\\Form\\": "test/"
6868
}
6969
},
70+
"config": {
71+
"process-timeout": 0
72+
},
7073
"scripts": {
7174
"check": [
7275
"@cs-check",

0 commit comments

Comments
 (0)