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.
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 on starting with automation in software development, focusing on repetitive tasks and multi-step processes to improve workflows.
A guide to creating and publishing a Chocolatey package for DevCon.exe using AppVeyor CI, focusing on DevOps and automation.
A guide to setting up Travis CI for automated testing of iOS, macOS, watchOS, and tvOS applications, including .travis.yml configuration examples.
A guide on using Homebrew to install and update tools in Continuous Integration (CI) pipelines, with practical command examples.
A developer explains the problems with committing generated files to a Git repository's master branch and why they stopped the practice.
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.
An overview of iOS testing tools and practices in 2015, covering XCTest, UIAutomation, and continuous integration options.
A guide to running Xcode unit and UI tests from the terminal using xcodebuild, with tips for formatting output using xcbeautify and xcpretty.
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.
A developer discusses challenges integrating JavaScript build tools like Npm and Bower with Java backends in CI environments, focusing on dependency management and network resilience.
A developer explores using free SaaS tools like GitHub and Travis CI to build and manage an open-source project, moving beyond traditional forges.
A detailed look at the continuous integration setup, development environment, and build processes used by the Hippo CMS development team.
Announcing the second edition of Pro NuGet, a book covering workflows, integration with tools like Azure & TeamCity, and advanced package management.
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.
Explores a DIY method to cache dependencies for faster Travis CI builds in open source projects using shell scripts and Amazon S3.
MarkWiki 1.3 is released, featuring a new built-in search engine and self-registration for users.
A developer compares manual Python package release steps to OpenStack's automated process, advocating for better release automation.