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

Commit 02a2c89

Browse files
committed
Added Symfony 2.7 to build
1 parent 8df2ed4 commit 02a2c89

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ matrix:
1414
- env: SYMFONY_VERSION=dev-master
1515
- php: hhvm
1616
include:
17-
- php: 5.5
18-
env: SYMFONY_VERSION=2.3.*
19-
- php: 5.5
17+
- php: 5.6
2018
env: SYMFONY_VERSION=2.4.*
21-
- php: 5.5
22-
env: SYMFONY_VERSION=dev-master
19+
- php: 5.6
20+
env: SYMFONY_VERSION=2.5.*
21+
- php: 5.6
22+
env: SYMFONY_VERSION=2.6.*
23+
- php: 5.6
24+
env: SYMFONY_VERSION=2.7.*
2325

2426
before_script:
2527
- composer self-update

0 commit comments

Comments
 (0)