Skip to content

Commit c437d93

Browse files
committed
Merge pull request #156 from Maks3w/patch-1
[travis-ci] Add PHP 7 to build matrix
2 parents 7f55a97 + 9afdf15 commit c437d93

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)