This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: php
2
2
3
3
php :
4
4
- 7.1
5
-
5
+ - 7.2
6
6
sudo : required
7
7
8
8
cache :
@@ -13,37 +13,31 @@ cache:
13
13
14
14
env :
15
15
env :
16
- matrix : SYMFONY_VERSION=^3.4@dev
16
+ matrix : SYMFONY_VERSION=^4.0
17
17
global :
18
- - SYMFONY_DEPRECATIONS_HELPER=0
18
+ - SYMFONY_DEPRECATIONS_HELPER="/.*each.*/"
19
19
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
20
20
- KERNEL_CLASS=Symfony\Cmf\Bundle\RoutingBundle\Tests\Fixtures\App\Kernel
21
21
- SYMFONY_PHPUNIT_VERSION=5.7
22
22
- TEST_INSTALLATION=false
23
23
- LANG=php
24
24
- NODE_RELEASE=6.x
25
+ - STABILITY=dev
25
26
26
27
matrix :
27
28
include :
28
- - php : 7.1
29
+ - php : 7.2
29
30
dist : trusty
30
31
env :
31
32
- LANG=js
32
33
- NODE_RELEASE=6.x
33
- - STABILITY=dev
34
- - php : 7.1
35
- env : STABILITY=dev SYMFONY_VERSION=^4.0@dev
36
34
- php : 7.1
37
- env : STABILITY=dev SYMFONY_VERSION=^3.4@dev
38
- - php : 7.1
39
- env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
40
- - php : 7.1
41
- env : STABILITY=dev SYMFONY_VERSION=3.3.*
35
+ env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
36
+ - php : 7.2
37
+ env : SYMFONY_VERSION=3.3.*
42
38
- env : TEST_INSTALLATION=true
43
39
fast_finish : true
44
40
allow_failures :
45
- - php : 7.1
46
- env : STABILITY=dev SYMFONY_VERSION=^4.0@dev
47
41
- env : TEST_INSTALLATION=true
48
42
49
43
before_install :
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 ) .
@@ -20,7 +20,7 @@ The TreeBrowserBundle provides tree navigation for the Content Repository.
20
20
21
21
## Requirements
22
22
23
- * PHP 7.1
23
+ * PHP 7.1 / 7.2
24
24
* Symfony 2.8 / 3.3 / 3.4 / 4.0
25
25
* See also the ` require ` section of [ composer.json] ( composer.json )
26
26
@@ -57,11 +57,9 @@ Thanks to
57
57
This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
58
58
59
59
[ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle.svg?branch=master
60
- [ travis_legacy_link ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle
61
60
[ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle.svg?branch=master
62
- [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle
63
61
[ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle.svg?branch=master
64
- [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle
62
+ [ travis_link ] : https://travis-ci.org/symfony-cmf/tree-browser-bundle
65
63
66
64
[ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/tree-browser-bundle/badge.svg?branch=master
67
65
[ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/tree-browser-bundle?branch=master
You can’t perform that action at this time.
0 commit comments