Official Blog

 

Tessa
TravisCI Mascot
Generate SBOM from Your Repo Using Travis CI

Generate SBOM from Your Repo Using Travis CI

Increasingly, software imposes security requirements on developers. As software is built using multiple libraries or utilities, developers introduce a lot of dependencies into the final product that they actually do not fully control. Ensuring product security means maintaining high-security...

read more

Discover stories and topics

Travis CI Build Explorer

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

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
Running tests on MySQL with Laravel

Running tests on MySQL with Laravel

In this weeks post, let’s learn how to setup and run tests with MySQL and Laravel while using Travis CI, it’s easy, educational, and for me it was a bit fun. Let’s get started...

read more

ORG Shutdown

If you’ve kept up with our announcements, or if you recently accessed the travis-ci.org UI, you are likely aware of the planned migration from the travis-ci.org domain to...

read more
The Cookbook: with Bash

The Cookbook: with Bash

Many projects on GitHub use Travis to automatically execute certain scripts on every build. Among these many scripts, there is one that’s definitely the most well known, it’s...

read more