Skip to content

Configure a Travis CI job

Greg Turnquist edited this page Jan 25, 2017 · 1 revision

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!

  1. 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.

  2. Select the New Project button at the top right of the Dashboard.

  3. Select GitHub as the repository.

  4. Select the repository for the new getting started guide.

  5. Select the language, typically Java.

  6. Enter the following for Build Script:

     ./test/run.sh
    
  7. Enter the following email address for Notifications, and select Always notify on Failure

     sagan-ci.Xv6i@zapiermail.com
    
  8. Add additional members as Admins:

    • royclarkson (Roy Clarkson)
    • gregturn (Greg Turnquist)
  9. Finally, under Build & Test select to Build Now, and verify everything is working.