Skip to content

Commit

Permalink
Fix module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Jul 10, 2015
1 parent b63e2d7 commit 68f7a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ before_script:
- mysql -e 'create database drupal'
- drush --quiet dl drupal-${DRUPAL_VERSION} --dev --drupal-project-rename=drupal
- drush --yes --root=$PWD/drupal site-install --db-url=mysql://travis:@127.0.0.1/drupal
- cp -r fixtures/drupal${DRUPAL_VERSION}/modules/behat_test ${MODULE_PATH}
- cp -r fixtures/drupal${DRUPAL_VERSION}/modules/behat_test drupal/${MODULE_PATH}
- cd drupal
- drush --yes en behat_test
# Only revert features on Drupal 7 and 8.
Expand Down

0 comments on commit 68f7a74

Please sign in to comment.