Travis CI Blog

 

Integrating Kind with Travis

Kind is a tool for running local Kubernetes clusters using Docker container “nodes”. Kind was primarily designed for testing Kubernetes itself, but may be used for local...

Using Ballerina with Travis

Ballerina makes it easier to use, combine, and create network services, let’s see how we can just quickly setup Ballerina in Travis, lets put on our dancing shoes and setup...

Travis CI and Regula

Regula checks infrastructure as code templates for AWS, Azure, Google Cloud, and Kubernetes security and compliance using Open Policy. Now, you can integrate this with Travis CI.

Auto publish your data using Travis

What if our goal is to on every commit is to trigger a publishing to ‘master’ branch or another base branch? Getting started So you’ll need to tell Travis to grab a package...

Travis and Spring Boot

In this series of tech blog Friday by Montana Mendy, we will learn how to run maven build goals, perform test coverage validation whether this be Coveralls, SonarCloud or Docker....

Travis CI Build Explorer

Ever want to know where you went wrong when configuring your .travis.yml file? You should try Travis CI Build Explorer. Travis CI build config format is formally...