Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 132d44d

Browse files
committed
Drop HHVM support, add PHP 7.1 testing.
1 parent b6ca8fb commit 132d44d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ sudo: false
22
language: php
33

44
php:
5-
- 5.5
6-
- 5.6
5+
- 7.1
76
- 7.0
8-
- hhvm
7+
- 5.6
8+
- 5.5
99

1010
install:
1111
- composer self-update

0 commit comments

Comments
 (0)