Skip to content
Lucas Habersaat edited this page Apr 30, 2020 · 8 revisions

Automated tests run for every pull request and for every push to the branches master and stable.
Further, the build can be triggered manually and cron jobs can be defined to run periodically.

To manually start the build, you need to open the Travis Repository and then under the More Options menu click Trigger build.

The Travis Routine is defined in the config file and further the rake tasks are defined in lib/tasks.

You'll find the Travis Repository here.

Clone this wiki locally