Skip to content

Commit 5e286ad

Browse files
committed
Temporary add HHVM to allow_failures
1 parent 3ad735b commit 5e286ad

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ matrix:
2121
include:
2222
- php: 5.5
2323
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
24+
allow_failures:
25+
- php: hhvm
2426

2527
before_install:
2628
- travis_retry composer self-update

tests/HttpClientTestCase.php

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
*/
99
abstract class HttpClientTestCase extends HttpClientTest
1010
{
11-
public static function setUpBeforeClass()
12-
{
13-
//self::$logPath = PHPUnitUtility::getFile(true, 'php-http-adapter.log');
14-
}
15-
1611
/**
1712
* @dataProvider requestProvider
1813
* @group integration

0 commit comments

Comments
 (0)