Skip to content

Commit

Permalink
Allow newer phpspec version and allow failures on hhvm.
Browse files Browse the repository at this point in the history
- Workaround for #172
  • Loading branch information
jhedstrom committed Mar 16, 2018
1 parent 919c6a3 commit 57ce78b
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 57ce78b

Please sign in to comment.