Skip to content

Commit

Permalink
CI: Removing 6.x as drush qd does not support it. Workaround for infi…
Browse files Browse the repository at this point in the history
…nite loop: drush-ops/drush#1736.
  • Loading branch information
kenorb committed Dec 15, 2015
1 parent c52985e commit d5eb8b3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ env:
- PATH=${PATH//:\.\/node_modules\/\.bin/} # Fixes Travis bug: https://github.com/travis-ci/travis-ci/issues/4862

matrix:
- CORE=6 TEST_MODULE="postcodeanywhere-6.x-1.0"
- CORE=6 TEST_MODULE="postcodeanywhere-6.x-1.x-dev"
- CORE=7 TEST_MODULE="postcodeanywhere-7.x-1.x-dev"
- CORE=7 TEST_MODULE="postcodeanywhere" DOWNLOAD="postcodeanywhere"
- CORE=7 TEST_MODULE="postcodeanywhere" DOWNLOAD="postcodeanywhere-7.x-1.x-dev"
fast_finish: true # Don't wait for the allowed failures to build.

mysql:
Expand All @@ -49,7 +48,9 @@ before_install:
install:
- gem install mailcatcher && mailcatcher -v && echo 'sendmail_path="/usr/bin/env catchmail"' | tee -a "$(php --ini | grep "Loaded Configuration" | awk '{print $4}')"
- composer global require drush/drush:dev-master drupal/coder && drush --version
- drush qd --yes --server=$URL --no-server --watchdog --core=drupal-$CORE testsite $TEST_MODULE && cd testsite/drupal-*
- drush qd --yes --server=$URL --no-server --watchdog --core=drupal-$CORE testsite && cd testsite/drupal-*
- drush -vy dl $DOWNLOAD
- drush -vy en $TEST_MODULE

before_script:
- drush -v rs $URL &
Expand Down

0 comments on commit d5eb8b3

Please sign in to comment.