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 -----------