Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ff3ec95

Browse files
committed
remove hhvm support
1 parent fbcf611 commit ff3ec95

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ matrix:
6868
- php: 7.1
6969
env:
7070
- DEPS=latest
71-
- php: hhvm
72-
env:
73-
- DEPS=lowest
74-
- php: hhvm
75-
env:
76-
- DEPS=locked
77-
- php: hhvm
78-
env:
79-
- DEPS=latest
8071

8172
before_install:
8273
- travis_retry composer self-update

test/Response/JsonResponseTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ public function testJsonErrorHandlingOfBadEmbeddedData()
8686
$this->markTestSkipped('Skipped as PHP versions prior to 5.5 are noisy about JSON errors');
8787
}
8888

89-
if (defined('HHVM_VERSION')) {
90-
$this->markTestSkipped('Skipped as HHVM happily serializes embedded resources');
91-
}
92-
9389
// Serializing something that is not serializable.
9490
$data = [
9591
'stream' => fopen('php://memory', 'r'),

0 commit comments

Comments
 (0)