Skip to content

Commit

Permalink
Remove hhvm from travis builds, hhvm don't completely support xdebug …
Browse files Browse the repository at this point in the history
…extension
  • Loading branch information
IlyaPokamestov committed Aug 1, 2015
1 parent 61dab10 commit d87b0c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7.0

allow_failures:
- php: 7.0

before_script:
- travis_retry composer self-update
- travis_retry composer require satooshi/php-coveralls:dev-master --no-update --dev
- travis_retry composer require satooshi/php-coveralls:0.6.* --no-update --dev
- travis_retry composer install --prefer-source --no-interaction --dev

script:
Expand Down
2 changes: 1 addition & 1 deletion tests/ReCaptchaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ public function testWithoutGResponse() {
$this->reCaptcha = new ReCaptcha('secret', '127.0.0.1');
$this->reCaptcha->buildRequest();
}
}
}

0 comments on commit d87b0c0

Please sign in to comment.