-
Notifications
You must be signed in to change notification settings - Fork 206
Configure a Travis CI job
All spring.io getting started guides are configured for continuous integration builds at drone.io.
Note: drone.io does not support changing the repository URL. This means that you should only create a build plan for finalized repository name, i.e. not draft!
-
Login to http://drone.io with the spring-operator GitHub account. All build plans for spring.io Getting Started Guides are configured with this account.
-
Select the New Project button at the top right of the Dashboard.
-
Select GitHub as the repository.
-
Select the repository for the new getting started guide.
-
Select the language, typically Java.
-
Enter the following for Build Script:
./test/run.sh
-
Enter the following email address for Notifications, and select Always notify on Failure
sagan-ci.Xv6i@zapiermail.com
-
Add additional members as Admins:
- royclarkson (Roy Clarkson)
- gregturn (Greg Turnquist)
-
Finally, under Build & Test select to Build Now, and verify everything is working.