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...
Continuous Integration News


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...
Travis CI and Regula
Regula checks infrastructure as code templates (Terraform, CloudFormation, k8s manifests) for AWS, Azure, Google Cloud, and Kubernetes security and compliance using Open Policy,...
Travis CI and Regula
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...
SECURITY BULLETIN; Customer repositories have NOT been accessed
On April 15, 2022, Travis CI personnel were informed that certain private customer repositories may have been accessed by an individual who used a man-in-the-middle 2FA attack,...
Repository settings for sharing encrypted variables and SSH keys (Git Forks)
It’s a given that collaboration happens at multiple levels when building software in Git repositories. One popular way of collaborating is to ‘fork’ an original repository and...
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...
Preventing Crypto Mining Abuse of Free Trials
Travis CI, along with many other CI/CD providers https://layerci.com/blog/crypto-miners-are-killing-free-ci/, continues to experience abuse from cryptocurrency miners...
Terraform, S3, Lambda, Travis and API Gateway
Terraform is an open-source infrastructure as code software tool that enables you to safely and predictably create, change, and improve infrastructure. This is a little longer...
Using Multi-Arch Docker Images to a Single Repository with Docker Manifest
We all love Docker and is on the toolbelt of many builders out there. Docker allows you to have isolated containers with speicifc dependencies, so the line “I don’t know it works...