Skip to content

Commit

Permalink
Temporary add HHVM to allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Jan 26, 2016
1 parent 3ad735b commit 5e286ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ matrix:
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
allow_failures:
- php: hhvm

before_install:
- travis_retry composer self-update
Expand Down
5 changes: 0 additions & 5 deletions tests/HttpClientTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
*/
abstract class HttpClientTestCase extends HttpClientTest
{
public static function setUpBeforeClass()
{
//self::$logPath = PHPUnitUtility::getFile(true, 'php-http-adapter.log');
}

/**
* @dataProvider requestProvider
* @group integration
Expand Down

0 comments on commit 5e286ad

Please sign in to comment.