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 +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
8
8
env :
9
- - SYMFONY_VERSION=2.3.*
10
9
- SYMFONY_VERSION=2.4.*
11
- - SYMFONY_VERSION=dev-master
10
+
11
+ matrix :
12
+ allow_failures :
13
+ - env : SYMFONY_VERSION=dev-master
14
+ include :
15
+ - php : 5.5
16
+ env : SYMFONY_VERSION=2.3.*
17
+ - php : 5.5
18
+ env : SYMFONY_VERSION=dev-master
12
19
13
20
before_script :
14
21
- composer self-update
@@ -20,7 +27,3 @@ script: phpunit --coverage-text
20
27
notifications :
21
28
irc : " irc.freenode.org#symfony-cmf"
22
29
23
-
24
- matrix :
25
- allow_failures :
26
- - env : SYMFONY_VERSION=dev-master
Original file line number Diff line number Diff line change 1
1
# Symfony CMF Menu Bundle
2
2
3
- [ ![ Build Status] ( https://secure.travis-ci.org/symfony-cmf/MenuBundle.png?branch=master )] ( http://travis-ci.org/symfony-cmf/MenuBundle )
3
+ [ ![ Build Status] ( https://secure.travis-ci.org/symfony-cmf/MenuBundle.png?branch=1.1 )] ( http://travis-ci.org/symfony-cmf/MenuBundle )
4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/menu-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/menu-bundle )
5
5
[ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/menu-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/menu-bundle )
6
6
You can’t perform that action at this time.
0 commit comments