File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 4
4
- 5.3
5
5
- 5.4
6
6
- 5.5
7
+ - 5.6
8
+ - hhvm
7
9
8
- env :
9
- - SYMFONY_VERSION=2.2.*
10
- - SYMFONY_VERSION=2.3.*
11
- - SYMFONY_VERSION=2.4.*
12
- - SYMFONY_VERSION=dev-master
10
+ env :
11
+ SYMFONY_VERSION=2.3.*
12
+
13
+ matrix :
14
+ allow_failures :
15
+ - env : SYMFONY_VERSION=dev-master
16
+ include :
17
+ - php : 5.5
18
+ env : SYMFONY_VERSION=2.2.*
19
+ - php : 5.5
20
+ env : SYMFONY_VERSION=2.4.*
21
+ - php : 5.5
22
+ env : SYMFONY_VERSION=2.5.*
23
+ - php : 5.5
24
+ env : SYMFONY_VERSION=dev-master
13
25
14
26
before_script :
15
27
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
@@ -19,7 +31,3 @@ script: phpunit --coverage-text
19
31
notifications :
20
32
irc : " irc.freenode.org#symfony-cmf"
21
33
22
-
23
- matrix :
24
- allow_failures :
25
- - env : SYMFONY_VERSION=dev-master
You can’t perform that action at this time.
0 commit comments