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

Commit 1a83e6a

Browse files
committed
Merge branch 'hotfix/50' into develop
Forward port #50
2 parents 2c66e35 + 12868dc commit 1a83e6a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ matrix:
4848
- php: 5.6
4949
env:
5050
- DEPS=locked
51-
- TEST_COVERAGE=true
5251
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
5352
- PATH="$HOME/.local/bin:$PATH"
5453
- php: 5.6
@@ -61,6 +60,16 @@ matrix:
6160
env:
6261
- DEPS=locked
6362
- php: 7
63+
env:
64+
- TEST_COVERAGE=true
65+
- DEPS=latest
66+
- php: 7.1
67+
env:
68+
- DEPS=lowest
69+
- php: 7.1
70+
env:
71+
- DEPS=locked
72+
- php: 7.1
6473
env:
6574
- DEPS=latest
6675
- php: hhvm

0 commit comments

Comments
 (0)