Skip to content

Commit 29d1239

Browse files
committed
Reduced amount of Travis jobs
1 parent 3344869 commit 29d1239

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
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.2.*
109
- SYMFONY_VERSION=2.3.*
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.2.*
17+
- php: 5.5
18+
env: SYMFONY_VERSION=dev-master
1219

1320
before_script:
1421
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
@@ -18,7 +25,3 @@ script: phpunit --coverage-text
1825
notifications:
1926
irc: "irc.freenode.org#symfony-cmf"
2027
21-
22-
matrix:
23-
allow_failures:
24-
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)