Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit d1101df

Browse files
committed
Merge branch '1.1'
2 parents f7bd490 + 7c09def commit d1101df

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.3.*
109
- 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
1219

1320
before_script:
1421
- composer self-update
@@ -20,7 +27,3 @@ script: phpunit --coverage-text
2027
notifications:
2128
irc: "irc.freenode.org#symfony-cmf"
2229
23-
24-
matrix:
25-
allow_failures:
26-
- env: SYMFONY_VERSION=dev-master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Symfony CMF Menu Bundle
22

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)
44
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/menu-bundle/version.png)](https://packagist.org/packages/symfony-cmf/menu-bundle)
55
[![Total Downloads](https://poser.pugx.org/symfony-cmf/menu-bundle/d/total.png)](https://packagist.org/packages/symfony-cmf/menu-bundle)
66

0 commit comments

Comments
 (0)