Skip to content

Commit

Permalink
Merge pull request #266 from pfrenssen/support-drupal-8.1
Browse files Browse the repository at this point in the history
Add support for Drupal 8.1.
  • Loading branch information
jhedstrom committed May 5, 2016
2 parents 83aeb0d + 156e368 commit 5ccf930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
- test ${DRUPAL_VERSION} -ne 8 || (cp doc/_static/composer.json.d8 ./composer.json && composer require --prefer-source drush-ops/behat-drush-endpoint drupal/drupal-driver:dev-master)
- composer install
# Drush version must vary depending on environment and version of core.
- test ${TRAVIS_PHP_VERSION} == "5.3" && composer global require drush/drush:~6.0 || composer global require drush/drush:dev-master
- test ${TRAVIS_PHP_VERSION} == "5.3" && composer global require drush/drush:~6.0 || composer global require drush/drush:~8.0
# Install the Behat Drush Endpoint for Drupal 7 tests.
- test ${DRUPAL_VERSION} -ne 7 || (git clone https://github.com/drush-ops/behat-drush-endpoint.git drush/behat-drush-endpoint && (cd drush/behat-drush-endpoint && composer install))
# PHP 5.3 requires the cgi extension for runserver.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"behat/behat": "~3.1.0-rc2",
"behat/mink-extension": "~2.0",
"drupal/drupal-driver": "dev-master",
"symfony/dependency-injection": "2.7.*",
"symfony/event-dispatcher": "2.7.*"
"symfony/dependency-injection": "~2.7",
"symfony/event-dispatcher": "~2.7"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand Down

0 comments on commit 5ccf930

Please sign in to comment.