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

Commit 47295ed

Browse files
committed
Merge pull request #198 from symfony-cmf/2.5-patch
Added 2.5 to Travis
2 parents 4751187 + f3c4701 commit 47295ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
- hhvm
88

99
env:
10-
- SYMFONY_VERSION=2.4.*
10+
- SYMFONY_VERSION=2.5.*
1111

1212
matrix:
1313
allow_failures:
@@ -16,6 +16,8 @@ matrix:
1616
include:
1717
- php: 5.5
1818
env: SYMFONY_VERSION=2.3.*
19+
- php: 5.5
20+
env: SYMFONY_VERSION=2.4.*
1921
- php: 5.5
2022
env: SYMFONY_VERSION=dev-master
2123

0 commit comments

Comments
 (0)