Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.05 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.05 KB

Travis Build project for codementality/drupal-project

Build Status: Build Status

This project builds the project scaffolding template for codementality/drupal-project. It utilizes Travis CI to clone the repository nightly (using Travis CI's "cron" run capabilities), build the project, and using Github Integration and an authorized API key, pushes the project to github.com/codementality/drupal-project.

This project build starts with the base project drupal-composer/drupal-project, and make the modifications included in the two script files:

  • build-project.sh -- a bash script that is kicked off on Travis
  • build-composer-file.php -- a php script that modifies the contents of the composer.json file before writing out the modified file

Once built, Travis CI then pushes the project to codementality/drupal-project.