Home

Awesome

travis-groovy

Execute groovy scripts on travis-ci

Build Status

How

Here is the sample output

image

Adding Environment Variables

Env variables added via Travis settings are accesible in the script via System.env.<var-here> syntax.

image

Scheduled Execution

Build (i.e. any script execution) can be triggered via cron settings available on Travis settings.

image

Notifications

Exiting with non-zero value is considered as build failure and a notification will be sent by Travis.