Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e0ipso/travis-drupal-module

Library to help Travis CI setup without headaches for Drupal modules.
https://github.com/e0ipso/travis-drupal-module

ci-setup drupal travis-drupal

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Travis Drupal Module
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](https://travis-ci.com) for the repo, and see it work.