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

Commit 2e5e696

Browse files
committed
Remove HHVM from testing.
1 parent cc0094c commit 2e5e696

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ php:
44
- 5.5
55
- 5.6
66
- 7.0
7-
- hhvm
87

98
before_install: echo "extension=ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
109

1110
before_script:
1211
- travis_retry composer self-update
1312
- travis_retry composer install --prefer-source --no-interaction --dev
1413

15-
matrix:
16-
allow_failures:
17-
- php: hhvm
18-
1914
script: phpunit

0 commit comments

Comments
 (0)