Skip to content

Commit

Permalink
Merge pull request #173 from jhedstrom/172-hhvm-fatal-error
Browse files Browse the repository at this point in the history
Allow newer phpspec version and allow failures on hhvm
  • Loading branch information
jhedstrom authored Mar 16, 2018
2 parents 919c6a3 + 57ce78b commit 15604ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ php:
- 7.2
- hhvm

matrix:
allow_failures:
# This is broken at this time due to a phpspec issue.
# @see https://github.com/jhedstrom/DrupalDriver/issues/172
- php: hhvm

install:
- composer install

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"drupal/coder": "~8.2.0",
"phpspec/phpspec": "~2.0",
"phpspec/phpspec": "~2.0 || ~4.0",
"phpunit/phpunit": "~4.0",
"mockery/mockery": "0.9.4",
"drush-ops/behat-drush-endpoint": "*",
Expand Down

0 comments on commit 15604ae

Please sign in to comment.