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

Commit 6012b9d

Browse files
committed
Merge branch 'feature/152' into develop
Close #152
2 parents 0741e11 + 5d04c40 commit 6012b9d

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

.travis.yml

+6-12
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@ sudo: false
22

33
language: php
44

5-
branches:
6-
except:
7-
- /^release-.*$/
8-
- /^ghgfk-.*$/
9-
105
cache:
116
directories:
12-
- $HOME/.composer/
7+
- $HOME/.composer/cache
138

149
env:
1510
global:
1611
- COMPOSER_ARGS="--no-interaction"
1712
- COVERAGE_DEPS="satooshi/php-coveralls"
18-
- LEGACY_DEPS="phpunit/phpunit"
1913

2014
matrix:
2115
include:
@@ -25,7 +19,7 @@ matrix:
2519
- php: 5.6
2620
env:
2721
- DEPS=locked
28-
- CS_CHECK=true
22+
- LEGACY_DEPS="phpunit/phpunit"
2923
- php: 5.6
3024
env:
3125
- DEPS=latest
@@ -35,16 +29,18 @@ matrix:
3529
- php: 7
3630
env:
3731
- DEPS=locked
32+
- LEGACY_DEPS="phpunit/phpunit"
3833
- php: 7
3934
env:
4035
- DEPS=latest
41-
- TEST_COVERAGE=true
4236
- php: 7.1
4337
env:
4438
- DEPS=lowest
4539
- php: 7.1
4640
env:
4741
- DEPS=locked
42+
- CS_CHECK=true
43+
- TEST_COVERAGE=true
4844
- php: 7.1
4945
env:
5046
- DEPS=latest
@@ -57,15 +53,13 @@ matrix:
5753
- php: 7.2
5854
env:
5955
- DEPS=latest
60-
allow_failures:
61-
- php: 7.2
6256

6357
before_install:
6458
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
6559

6660
install:
6761
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
68-
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
62+
- if [[ $LEGACY_DEPS != '' ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
6963
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
7064
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update $COMPOSER_ARGS --prefer-lowest --prefer-stable ; fi
7165
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"php": "^5.6 || ^7.0",
3333
"zendframework/zend-filter": "^2.6",
3434
"zendframework/zend-stdlib": "^2.7 || ^3.0",
35-
"zendframework/zend-validator": "^2.6"
35+
"zendframework/zend-validator": "^2.10.1"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "^5.7.23 || ^6.4.3",

composer.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)