Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f998090

Browse files
wouterjlsmith77
authored andcommittedAug 21, 2014
Reduced Travis builds
1 parent 3f5e448 commit f998090

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed
 

‎.travis.yml

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

88
env:
9-
- SYMFONY_VERSION=2.3.*
10-
- SYMFONY_VERSION=2.4.*
11-
- SYMFONY_VERSION=dev-master
9+
- SYMFONY_VERSION=2.5.*
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=2.4.*
19+
- php: 5.5
20+
env: SYMFONY_VERSION=dev-master
1221

1322
before_script:
1423
- composer self-update
@@ -21,7 +30,3 @@ script: phpunit --coverage-text
2130
notifications:
2231
irc: "irc.freenode.org#symfony-cmf"
2332
email: "symfony-cmf-devs@googlegroups.com"
24-
25-
matrix:
26-
allow_failures:
27-
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)
Please sign in to comment.