Skip to content

Commit

Permalink
Merge pull request #520 from jhedstrom/519-php72
Browse files Browse the repository at this point in the history
Remove patch to Features module that has been committed.
  • Loading branch information
jhedstrom committed Nov 27, 2018
2 parents feed003 + a8bb5b2 commit dd734e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -76,9 +76,6 @@ before_script:
# @todo Re-enable behat drush endpoint testing.
# @see https://github.com/jhedstrom/drupalextension/issues/458
- test ${DRUPAL_VERSION} -eq 6 || test ${DRUPAL_VERSION} -eq 8 || (test ${DRUPAL_VERSION} -eq 7 && drush help behat)
# Patch Features to work with PHP 7.2 on Drupal 7.
# @see https://www.drupal.org/project/features/issues/2931464
- test \! ${DRUPAL_VERSION} -eq 7 || curl -s https://www.drupal.org/files/issues/2018-03-12/features-support_php_72-2931464-10.patch | patch -p1 -d ${TRAVIS_BUILD_DIR}/${MODULE_PATH}/features/
# Only revert features on Drupal 7.
- test \! ${DRUPAL_VERSION} -eq 7 || drush --yes fr behat_test
# Disable the page cache on Drupal 8.
Expand Down

0 comments on commit dd734e9

Please sign in to comment.