Skip to content

Commit 4d1f6df

Browse files
committed
Add symfony 3.0 support
1 parent ae30151 commit 4d1f6df

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
@@ -9,14 +9,19 @@ cache:
99
matrix:
1010
include:
1111
- php: 5.5
12-
env: SYMFONY_VERSION=2.7.*
13-
- php: 5.6
14-
env: SYMFONY_VERSION=2.7.*
12+
env: SYMFONY_VERSION=2.8.*
1513
- php: 5.6
1614
env: SYMFONY_VERSION=2.8.*
1715
- php: 7.0
1816
env: SYMFONY_VERSION=2.8.*
17+
- php: 5.5
18+
env: SYMFONY_VERSION=3.0.*
19+
- php: 5.6
20+
env: SYMFONY_VERSION=3.0.*
21+
- php: 7.0
22+
env: SYMFONY_VERSION=3.0.*
1923
- php: hhvm
24+
env: SYMFONY_VERSION=2.8.*
2025
allow_failures:
2126
- php: hhvm
2227

0 commit comments

Comments
 (0)