diff --git a/.travis.yml b/.travis.yml index 90950419..bee7f307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/composer.json b/composer.json index 90b5f2e1..ecebad52 100644 --- a/composer.json +++ b/composer.json @@ -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": "*",