Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnym/travis-ci-drupal-module-example
Example Drupal module tested using Travis CI
https://github.com/sonnym/travis-ci-drupal-module-example
Last synced: 8 days ago
JSON representation
Example Drupal module tested using Travis CI
- Host: GitHub
- URL: https://github.com/sonnym/travis-ci-drupal-module-example
- Owner: sonnym
- Created: 2013-09-07T17:42:09.000Z (about 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-05-29T20:17:51.000Z (over 6 years ago)
- Last Synced: 2024-08-01T15:32:16.544Z (3 months ago)
- Language: PHP
- Homepage: https://drupal.org/project/travis_ci_drupal_module_example
- Size: 257 KB
- Stars: 40
- Watchers: 4
- Forks: 93
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example Drupal Module
=====================The purpose of this repository is to show how to use Travis CI to do
continuous integration with a Drupal project.Here is a sample status icon showing the state of the master branch.
[![Build Status](https://secure.travis-ci.org/sonnym/travis-ci-drupal-module-example.png?branch=master)](http://travis-ci.org/sonnym/travis-ci-drupal-module-example)
In order to run this project just fork it on github.com and then [enable](http://about.travis-ci.org/docs/user/getting-started/)
your fork on your [travis-ci profile](http://travis-ci.org/profile). Every push will then trigger a new build on Travis CI.