We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfcb9f commit 1da00dbCopy full SHA for 1da00db
.travis.yml
@@ -6,9 +6,16 @@ php:
6
- 5.5
7
8
env:
9
- - SYMFONY_VERSION=2.2.*
10
- SYMFONY_VERSION=2.3.*
11
- - SYMFONY_VERSION=dev-master
+
+matrix:
12
+ allow_failures:
13
+ - env: SYMFONY_VERSION=dev-master
14
+ include:
15
+ - php: 5.5
16
+ env: SYMFONY_VERSION=2.2.*
17
18
+ env: SYMFONY_VERSION=dev-master
19
20
before_script:
21
- composer self-update
@@ -20,7 +27,3 @@ script: phpunit --coverage-text
27
notifications:
28
irc: "irc.freenode.org#symfony-cmf"
22
29
email: "symfony-cmf-devs@googlegroups.com"
23
-
24
-matrix:
25
- allow_failures:
26
- - env: SYMFONY_VERSION=dev-master
0 commit comments