Travis CI Blog

 

Replay of Office Hours: How to Build Quicker

Watch the replay of a recent Travis CI Office Hours. In this event, limited to 30 minutes, Travis CI’s Michael Mendy demonstrated how to configure your .travis.yml file to utilize faster virtual machines, which will lead to quicker build times. Mendy reviewed the VM size options to show the...

read more

Discover stories and topics

nyc and Istanbul Integration with Travis

nyc is a command line tool for instrumenting code with Istanbul coverage (the successor to the istanbul command line tool). Let’s see how we can’t integrate nyc into our build...

read more

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.

read more

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

read more

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

read more

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

read more

Speedy Builds with Rust

Rust is a multi-paradigm, high-level, general-purpose programming language designed for performance and safety, especially safe concurrency. In today’s post we are using...

read more