Skip to content

Commit 9afdf15

Browse files
committed
[travis-ci] Add PHP 7 to build matrix
Any failure is allowed until PHP 7 become stable
1 parent c76301b commit 9afdf15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ php:
66
- 5.4
77
- 5.5
88
- 5.6
9+
- 7
910
- hhvm
1011

1112
matrix:
1213
allow_failures:
14+
- php: 7
1315
- php: hhvm
1416

1517
install:

0 commit comments

Comments
 (0)