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 tutorial on setting up Travis CI for continuous integration testing of an Express.js application using Jest and Supertest.
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 developer solves Travis CI build timeouts by using testthat's filter argument to split R package tests into smaller, faster-running chunks.
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 securely testing authenticated APIs in open-source projects using encrypted environment variables in Travis CI and the testthat framework in R.
Explains how to apply continuous integration (CI) and automated testing to website content using tools like Travis CI and HTML Proofer.
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.
RSiteCatalyst v1.4.3 release notes: bug fixes, new data feed monitoring functions, and internal prep for a new AdobeDW package.
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 Python developer proposes objective metrics and a schedule to measure the success of Python 3 adoption, moving beyond subjective debates.
Explains how Travis CI simplifies cross-Python version testing and integrates with GitHub workflows for open-source Python projects.
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.