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

Commit 3e0c599

Browse files
committed
Merge branch 'feature/155' into develop
Close #155
2 parents 5f31ef3 + bc1e052 commit 3e0c599

File tree

5 files changed

+1966
-12
lines changed

5 files changed

+1966
-12
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ vendor/
1212
zf-mkdoc-theme/
1313

1414
clover.xml
15-
composer.lock
1615
coveralls-upload.json
1716
phpunit.xml

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,20 @@ matrix:
3333
- DEPS=lowest
3434
- php: 5.6
3535
env:
36-
- DEPS=latest
36+
- DEPS=locked
3737
- TEST_COVERAGE=true
38-
- CS_CHECK=true
3938
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
4039
- PATH="$HOME/.local/bin:$PATH"
40+
- php: 5.6
41+
env:
42+
- DEPS=latest
4143
- php: 7
4244
env:
4345
- DEPS=lowest
46+
- php: 7
47+
env:
48+
- DEPS=locked
49+
- CS_CHECK=true
4450
- php: 7
4551
env:
4652
- DEPS=latest
@@ -49,15 +55,10 @@ matrix:
4955
- DEPS=lowest
5056
- php: 7.1
5157
env:
52-
- DEPS=latest
53-
- php: hhvm
54-
env:
55-
- DEPS=lowest
56-
- php: hhvm
58+
- DEPS=locked
59+
- php: 7.1
5760
env:
5861
- DEPS=latest
59-
allow_failures:
60-
- php: hhvm
6162

6263
before_install:
6364
- travis_retry composer self-update

0 commit comments

Comments
 (0)