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

Commit a0d9503

Browse files
committed
Added Symfony 2.5 to Travis
1 parent 748e704 commit a0d9503

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
@@ -6,14 +6,16 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.4.*
9+
- SYMFONY_VERSION=2.5.*
1010

1111
matrix:
1212
allow_failures:
1313
- env: SYMFONY_VERSION=dev-master
1414
include:
1515
- php: 5.5
1616
env: SYMFONY_VERSION=2.3.*
17+
- php: 5.5
18+
env: SYMFONY_VERSION=2.4.*
1719
- php: 5.5
1820
env: SYMFONY_VERSION=dev-master
1921

0 commit comments

Comments
 (0)