How to create a Helm chart repository with Chartpress, Travis CI, GitHub Pages and Jekyll
A guide to building a Helm chart repository using Chartpress, Travis CI, GitHub Pages, and Jekyll for automated chart deployment.
A guide to building a Helm chart repository using Chartpress, Travis CI, GitHub Pages, and Jekyll for automated chart deployment.
A tutorial on setting up test coverage for a JavaScript project using Coveralls.io and Travis CI, including adding a coverage badge.
A tutorial on setting up Continuous Integration for a JavaScript project using Travis CI, including configuration and testing.
A guide to interactively debug R packages on Travis CI by SSHing into the build server when local replication fails.
A guide to automatically building and publishing DEB packages for Go applications using Travis CI and packagecloud.io.
A technical guide on automating blog deployment to GitHub Pages with a custom domain using Travis CI, Docker, and Pelican.
A tutorial on automating Angular CLI project deployment to Firebase Hosting using Travis CI, GitHub, and Greenkeeper for dependency updates.
Using RSpec metadata filtering to test a Ruby API client against multiple versions of an upstream service (Vault) on Travis CI.
A guide to setting up Travis CI for automated testing of iOS, macOS, watchOS, and tvOS applications, including .travis.yml configuration examples.
A guide to setting up automated testing for a Jekyll blog using Travis CI and HTML Proofer to check for broken links, missing alt tags, and HTML validation.
Analysis of build failure rates in open source projects vs. corporate work, using Travis CI data to compare reliability.
Handroll 1.1, a static website generator, is released with new features like code highlighting, plugins, and better documentation.
A developer explains how broken software packaging led to user issues and how they automated testing with Travis CI and Tox to prevent future errors.
Explores a DIY method to cache dependencies for faster Travis CI builds in open source projects using shell scripts and Amazon S3.