DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Updating CI Environments With Travis

5 years ago dzone.com
Updating CI Environments With Travis

Summary: This is a summary of an article originally published by the source. Read the full original article here →

by A developer pushes code changes to a repository branch, and they are immediately tested on a build server.

In our project we use GitHub as our source code repository, Travis CI for running the builds, Pull Approve for structuring code reviews, and SonarQube for monitoring code quality. When code changes are pushed to the source repository, GitHub uses webhooks to notify Pull Approve and Travis CI.

However Travis CI pulls the code, runs a build and notifies the author of the changes about the results by email.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com