Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/e0ipso/travis-drupal-module
- Owner: e0ipso
- License: gpl-2.0
- Created: 2019-10-10T14:11:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T15:45:55.000Z (over 1 year ago)
- Last Synced: 2024-05-21T12:35:48.596Z (6 months ago)
- Topics: ci-setup, drupal, travis-drupal
- Language: PHP
- Size: 56.6 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.