silverstripe / silverstripe-travis-support

Creates a SilverStripe project "around" a module, based on core version constraints and its composer.json definitions
Other
13 stars 16 forks source link

Support for SilverStripe 4 module CI builds #40

Closed robbieaverill closed 7 years ago

robbieaverill commented 7 years ago

As a SilverStripe 4 module developer, I want to add silverstripe/travis-support to my module's Travis configuration, So that I can easily enable CI builds to run my unit tests


This probably just needs a new example template in the readme for SilverStripe modules to test against CORE_RELEASE=master (for now) in PHP 5.5, 5.6, 7.0 and 7.1.

robbieaverill commented 7 years ago

Not the job of this module. Just specify 4 as the core release in travis configuration.