Skip to content

Commit 7e29605

Browse files
dbuNyholm
authored andcommitted
stop building with hhvm because it stopped working (#146)
it seems a recent version of hhvm did a BC break, builds that have been successful now fail with ``` Fatal error: Uncaught TypeError: Argument 1 passed to spec\Http\Client\Exception\HttpExceptionSpec::let() must implement interface Psr\Http\Message\RequestInterface, PhpSpec\Wrapper\Collaborator given in /home/travis/build/php-http/httplug/spec/Exception/HttpExceptionSpec.php:14 ```
1 parent afa7b21 commit 7e29605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ matrix:
2727
include:
2828
- php: 5.4
2929
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30-
- php: hhvm
31-
dist: trusty
3230

3331
before_install:
3432
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini || true; fi

0 commit comments

Comments
 (0)