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

Commit ec01f8d

Browse files
committed
Merge pull request #3 from symfony-cmf/travis_config
Fixed Symfony versions used in matrix
2 parents 02a2c89 + ea2cfd2 commit ec01f8d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ matrix:
1515
- php: hhvm
1616
include:
1717
- php: 5.6
18-
env: SYMFONY_VERSION=2.4.*
19-
- php: 5.6
20-
env: SYMFONY_VERSION=2.5.*
18+
env: SYMFONY_VERSION=2.3.*
2119
- php: 5.6
2220
env: SYMFONY_VERSION=2.6.*
2321
- php: 5.6
2422
env: SYMFONY_VERSION=2.7.*
23+
- php: 5.6
24+
env: SYMFONY_VERSION=3.0.*
25+
allow_failures:
26+
- php: 5.6
27+
env: SYMFONY_VERSION=2.7.*
28+
- php: 5.6
29+
env: SYMFONY_VERSION=3.0.*
2530

2631
before_script:
2732
- composer self-update

0 commit comments

Comments
 (0)