e0ipso/travis-drupal-module

Library to help Travis CI setup without headaches for Drupal modules.

v2.0.1 2023-04-27 15:07 UTC

README

This project aims to provide nice and simple CI setup for your Drupal module repository.

If you have a Drupal module in GitHub and want to run tests and code quality inspections without the hard work of discovering the tools and setting this up yourself, then this tool is for you.

Go to the root of the repo for your module and run:

composer require --dev e0ipso/travis-drupal-module

You are done. Yes, really.

Commit the generated files and push them to GitHub / GitLab / etc. Finally, enable the Travis integration for the repo, and see it work.