Skip to content

Commit 50e1ddb

Browse files
committed
add container for tests
1 parent 4a4f7eb commit 50e1ddb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
env:
66
matrix:
77
- HHVM_VERSION=4.62.0
8+
- HHVM_VERSION=4.64.0
89
- HHVM_VERSION=latest
910
install:
1011
- docker pull hhvm/hhvm:$HHVM_VERSION

tests/AsyncRequestHandleExecutorTest.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class AsyncRequestHandleExecutorTest extends HackTest {
1313
public async function testShouldReturnNullStackEmitter(): Awaitable<void> {
1414
$stack = new EmitterStack();
1515
$stack->push(new OverrideSapiEmitter());
16-
list($readHandle, $writeHandle) = IO\pipe_nd();
16+
list($readHandle, $writeHandle) = IO\pipe();
1717
$executor = new AsyncRequestHandleExecutor(
1818
$readHandle,
1919
$writeHandle,

0 commit comments

Comments
 (0)