sonnym / travis-ci-drupal-module-example

Example Drupal module tested using Travis CI
https://drupal.org/project/travis_ci_drupal_module_example
40 stars 90 forks source link

Install http server for work command "drush runserver". #7

Closed sergeypavlenko closed 9 years ago

sergeypavlenko commented 9 years ago

Hi

Now, for work command "drush runserver" need install httpserver from separate repository. Without install httpserver, you will see an error:

The runserver command needs a copy of the httpserver library in order[error]
to function, and the attempt to download this file automatically
failed. To continue you will need to download the package from
https://github.com/youngj/httpserver/tarball/41dd2b7160b8cbd25d7b5383e3ffc6d8a9a59478,
extract it into the /home/travis/.composer/vendor/drush/drush/lib
directory, such that httpserver.php exists at
/home/travis/.composer/vendor/drush/drush/lib/youngj-httpserver-41dd2b7/httpserver.php.
sonnym commented 9 years ago

Sorry, I didn't actually mean to close this issue. I just deleted the master branch, since it is no longer valid, as this repository is using the Drupal naming conventions for git now.

I am not sure why that would be necessary, since this has not been an issue in the past. Has something changed with drush that would cause this, or is your configuration slightly different than what is in this repository?

I am re-running the tests on the 7.x branch right now: https://travis-ci.org/sonnym/travis-ci-drupal-module-example/builds/46817152

Please feel free to re-open this against the other branch if you feel this is required to get things set up correctly. Thanks!