Skip to content

Commit

Permalink
Drupal 8 has CMI, no need to revert features.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Jul 10, 2015
1 parent f656cd8 commit b86015a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ before_script:
- cp -r fixtures/drupal${DRUPAL_VERSION}/modules/behat_test ${MODULE_PATH}
- cd drupal
- drush --yes en behat_test
# Only revert features on Drupal 7 and 8.
- test ${DRUPAL_VERSION} -eq 6 || drush --yes fr behat_test
# Only revert features on Drupal 7.
- test ${DRUPAL_VERSION} -eq 7 && drush --yes fr behat_test || true
# Disable the page cache on Drupal 8.
- test ${DRUPAL_VERSION} -eq 8 && drush --yes pmu page_cache || true
# Clear the cache on Drupal 6 and 7, rebuild on Drupal 8.
Expand Down

0 comments on commit b86015a

Please sign in to comment.