From 990690cd5e4830c5fb832955f6f55263df31f4bd Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Wed, 17 Jun 2026 15:52:08 -0700 Subject: [PATCH] Remove Travis CI configuration Drop the stale Travis badge and legacy .travis.yml configuration. The README badge removal incorporates npryce/adr-tools#154. Co-authored-by: sashaphmn Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- .travis.yml | 9 --------- README.md | 2 -- 2 files changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d306973..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: bash - -os: - - linux - - osx - -script: make clean check - -sudo: false diff --git a/README.md b/README.md index 3763a81..af07664 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ ADR Tools A command-line tool for working with a log of [Architecture Decision Records][ADRs] (ADRs). -[![Build Status](https://travis-ci.org/npryce/adr-tools.svg?branch=master)](https://travis-ci.org/npryce/adr-tools) - Quick Start -----------