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

Commit 2d76066

Browse files
committed
Merge pull request #217 from symfony-cmf/travis_config
Use latest versions in the test matrix
2 parents 448c074 + 4f5d490 commit 2d76066

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.travis.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- hhvm
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
8+
- hhvm
99

1010
env:
11-
- SYMFONY_VERSION=2.5.*
11+
- SYMFONY_VERSION=2.6.*
1212

1313
matrix:
1414
include:
15-
- php: 5.5
15+
- php: 5.6
1616
env: SYMFONY_VERSION=2.3.*
17-
- php: 5.5
18-
env: SYMFONY_VERSION=2.4.*
19-
- php: 5.5
20-
env: SYMFONY_VERSION=2.6.*
17+
- php: 5.6
18+
env: SYMFONY_VERSION=2.5.*
19+
- php: 5.6
20+
env: SYMFONY_VERSION=2.7.*
21+
- php: 5.6
22+
env: SYMFONY_VERSION=3.0.*
23+
allow_failures:
24+
- php: 5.6
25+
env: SYMFONY_VERSION=2.7.*
26+
- php: 5.6
27+
env: SYMFONY_VERSION=3.0.*
2128

2229
before_script:
2330
- composer self-update

0 commit comments

Comments
 (0)