This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 7 files changed +9
-11
lines changed
7 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
global :
11
11
- COMPOSER_ARGS="--no-interaction"
12
- - DEPENDENCIES=""
13
12
- LEGACY_DEPS="phpunit/phpunit"
14
13
15
14
matrix :
@@ -31,7 +30,7 @@ matrix:
31
30
- DEPS=locked
32
31
- CHECK_CS=true
33
32
- TEST_COVERAGE=true
34
- - DEPENDENCIES ="php-coveralls/php-coveralls"
33
+ - INTEGRATION_DEPS ="php-coveralls/php-coveralls"
35
34
- php : 7
36
35
env :
37
36
- DEPS=latest
@@ -56,8 +55,7 @@ matrix:
56
55
- php : 7.2
57
56
name : Integration tests
58
57
env :
59
- - DEPENDENCIES="http-interop/http-factory-diactoros"
60
-
58
+ - INTEGRATION_DEPS="http-interop/http-factory-diactoros"
61
59
62
60
before_install :
63
61
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
@@ -68,7 +66,7 @@ install:
68
66
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
69
67
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
70
68
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
71
- - if ! [ -v "$DEPENDENCIES" ] ; then travis_retry composer require --dev $COMPOSER_ARGS $DEPENDENCIES ; fi
69
+ - if [[ $INTEGRATION_DEPS != '' ]] ; then travis_retry composer require --dev $COMPOSER_ARGS $INTEGRATION_DEPS ; fi
72
70
- stty cols 120 && composer show
73
71
74
72
script :
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4
- * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http ://www.zend.com)
4
+ * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https ://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4
- * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http ://www.zend.com)
4
+ * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https ://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4
- * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http ://www.zend.com)
4
+ * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https ://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4
- * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http ://www.zend.com)
4
+ * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https ://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4
- * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http ://www.zend.com)
4
+ * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https ://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4
- * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http ://www.zend.com)
4
+ * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https ://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
You can’t perform that action at this time.
0 commit comments