...
- Go to https://travis-ci.org and click Sign up to authorize Travis CI on GitHub.
- On the Travis CI Dashboard, select your organization, search for your project, and turn on the repository switch.
- Next to the project name, click Settings; then . Then configure the following:
- Environment variables: The name of your Perfecto cloud and your user's security token are passed as environment variables. Provide the name, value, and branches. Make sure that the DISPLAY VALUE IN BUILD LOG option is turned off so that critical information such as tokens and passwords is protected.
- Cron jobs: Schedule based on your preference.
- Environment variables: The name of your Perfecto cloud and your user's security token are passed as environment variables. Provide the name, value, and branches. Make sure that the DISPLAY VALUE IN BUILD LOG option is turned off so that critical information such as tokens and passwords is protected.
- To help Travis CI pick up the Maven project and execute it, follow the sample
travis.yml
file in our sample project on GitHub. - To add a build status badge to the
readme.md
file, following the instructions at https://docs.travis-ci.com/user/status-images.