Skip to content

Commit

Permalink
Merge pull request #522 from jhedstrom/fix-tests
Browse files Browse the repository at this point in the history
Update composer path.
  • Loading branch information
jhedstrom committed Dec 18, 2018
2 parents dd734e9 + 7f3b388 commit 9c6d78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,7 +9,7 @@ php:

env:
global:
- PATH=$PATH:/home/travis/.composer/vendor/bin
- PATH=$PATH:/home/travis/.config/composer/vendor/bin
- TRAVIS_NODE_VERSION="4.0.0"
matrix:
- DRUPAL_VERSION=6
Expand Down Expand Up @@ -39,7 +39,7 @@ install:
# @see https://github.com/jhedstrom/drupalextension/issues/413
# @todo Re-enable behat drush endpoint testing.
# @see https://github.com/jhedstrom/drupalextension/issues/458
- test ${DRUPAL_VERSION} -ne 8 || composer require --prefer-source drush/drush:~9.0 symfony/dependency-injection:3.4.4
- test ${DRUPAL_VERSION} -ne 8 || COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require drush/drush:~9.0 symfony/dependency-injection:3.4.4
- composer install
# Install drush globally.
- (test ${DRUPAL_VERSION} -ne 8 && composer global require drush/drush:~8.0 drupal/drupal-driver) || composer global require drush/drush:~9.0
Expand Down

0 comments on commit 9c6d78c

Please sign in to comment.