File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,21 @@ cache:
28
28
env :
29
29
matrix : SYMFONY_VERSION=4.0.*
30
30
global :
31
- - SYMFONY_DEPRECATIONS_HELPER=0
31
+ - SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
32
32
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
33
33
- KERNEL_CLASS=Symfony\Cmf\Bundle\RoutingBundle\Tests\Fixtures\App\Kernel
34
34
- SYMFONY_PHPUNIT_VERSION=5.7
35
35
- TEST_INSTALLATION=false
36
36
37
37
matrix :
38
38
include :
39
- - php : 7.1
39
+ - php : 7.2
40
40
env : STABILITY=dev SYMFONY_VERSION=4.0.*
41
41
- php : 7.1
42
42
env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
43
- - php : 7.1
43
+ - php : 7.2
44
44
env : STABILITY=dev SYMFONY_VERSION=3.3.*
45
- - php : 7.1
45
+ - php : 7.2
46
46
env : STABILITY=dev SYMFONY_VERSION=3.4.*
47
47
- env : TEST_INSTALLATION=true
48
48
fast_finish : true
@@ -55,7 +55,8 @@ before_install:
55
55
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
56
56
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
57
57
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
58
- - travis_wait composer update --prefer-dist $COMPOSER_FLAGS
58
+
59
+ install : travis_wait composer update --prefer-dist $COMPOSER_FLAGS
59
60
60
61
script :
61
62
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
Original file line number Diff line number Diff line change 10
10
11
11
Branch | Travis | Coveralls |
12
12
------ | ------ | --------- |
13
- master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
13
+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
14
14
15
15
This package is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
16
16
under the [ MIT License] ( LICENSE ) .
@@ -23,7 +23,7 @@ controller for redirection routes.
23
23
24
24
## Requirements
25
25
26
- * PHP 7.1
26
+ * PHP 7.1 / 7.2
27
27
* Symfony 2.8 / 3.3 / 3.4 / 4.0
28
28
* See also the ` require ` section of [ composer.json] ( composer.json )
29
29
@@ -60,11 +60,9 @@ Thanks to
60
60
This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
61
61
62
62
[ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
63
- [ travis_legacy_link ] : https://travis-ci.org/symfony-cmf/routing-bundle
64
63
[ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
65
- [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/routing-bundle
66
64
[ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
67
- [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/routing-bundle
65
+ [ travis_link ] : https://travis-ci.org/symfony-cmf/routing-bundle
68
66
69
67
[ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
70
68
[ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
You can’t perform that action at this time.
0 commit comments