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

Commit 29902ee

Browse files
committed
Merge pull request #260 from samsonasik/remove-hhvm
remove hhvm support
2 parents 2fb22cb + ff3ec95 commit 29902ee

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
@@ -70,15 +70,6 @@ matrix:
7070
- php: 7.1
7171
env:
7272
- DEPS=latest
73-
- php: hhvm
74-
env:
75-
- DEPS=lowest
76-
- php: hhvm
77-
env:
78-
- DEPS=locked
79-
- php: hhvm
80-
env:
81-
- DEPS=latest
8273

8374
before_install:
8475
- 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)