Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 701 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 701 Bytes

Build Status

Travis CI Demo

This is an end to end demo of a Drupal site in development on Github, with Behat tests running on TravisCI, shipping to an Acquia hosted server.

Demo

Travis CI builds and deploys this project to Acquia servers, which can be seen here:

Installation

To install and develop locally, run

ant drush-make
ant link
ant behat

Travis CI runs this

ant run-tests