Skip to content

Commit f132016

Browse files
committed
Add PHP 7 on Travis
1 parent 0b10231 commit f132016

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
910

1011
matrix:
@@ -13,6 +14,8 @@ matrix:
1314
env: SYMFONY_VERSION='2.3.*'
1415
- php: 5.6
1516
env: SYMFONY_VERSION='2.5.*'
17+
allow_failures:
18+
- php: 7.0
1619

1720
sudo: false
1821

0 commit comments

Comments
 (0)