Travis ci Articles
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.
How to set up JavaScript Test Coverage
A tutorial on setting up test coverage for a JavaScript project using Coveralls.io and Travis CI, including adding a coverage badge.
How to set up Continuous Integration for JavaScript
A tutorial on setting up Continuous Integration for a JavaScript project using Travis CI, including configuration and testing.
Debug your R package on Travis CI via SSH
A guide to interactively debug R packages on Travis CI by SSHing into the build server when local replication fails.
Earn a Build Passing Badge on GitHub! Testing Your Express App with Travis CI (Tutorial)
A tutorial on setting up Travis CI for continuous integration testing of an Express.js application using Jest and Supertest.
Automatic building and publishing DEB packages for Go applications
A guide to automatically building and publishing DEB packages for Go applications using Travis CI and packagecloud.io.
Using Travis CI to publish to GitHub pages with custom domain
A technical guide on automating blog deployment to GitHub Pages with a custom domain using Travis CI, Docker, and Pelican.
Continuous Integration with Angular CLI + Travis CI + Firebase Hosting + Greenkeeper + Github
A tutorial on automating Angular CLI project deployment to Firebase Hosting using Travis CI, GitHub, and Greenkeeper for dependency updates.
RSpec Example Filtering for Multiple Version Testing
Using RSpec metadata filtering to test a Ruby API client against multiple versions of an upstream service (Vault) on Travis CI.
Travis CI: "You Have Too Many Tests LOLZ!"
A developer solves Travis CI build timeouts by using testthat's filter argument to split R package tests into smaller, faster-running chunks.
How to configure Travis CI for iOS testing
A guide to setting up Travis CI for automated testing of iOS, macOS, watchOS, and tvOS applications, including .travis.yml configuration examples.
Authenticated API Testing Using Travis CI
A guide to securely testing authenticated APIs in open-source projects using encrypted environment variables in Travis CI and the testthat framework in R.
Test your content
Explains how to apply continuous integration (CI) and automated testing to website content using tools like Travis CI and HTML Proofer.
Test your Jekyll blog with Travis CI
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 Version 1.4.3 Release Notes
RSiteCatalyst v1.4.3 release notes: bug fixes, new data feed monitoring functions, and internal prep for a new AdobeDW package.
How often is the build broken?
Analysis of build failure rates in open source projects vs. corporate work, using Travis CI data to compare reliability.
handroll 1.1 released
Handroll 1.1, a static website generator, is released with new features like code highlighting, plugins, and better documentation.
Quo Vadimus?
A Python developer proposes objective metrics and a schedule to measure the success of Python 3 adoption, moving beyond subjective debates.
Why Travis CI is great for the Python community
Explains how Travis CI simplifies cross-Python version testing and integrates with GitHub workflows for open-source Python projects.