From 015650d1c5ab61da0f7b95e51e2ad0dcd76e78af Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Wed, 20 Mar 2019 11:54:25 -0400 Subject: [PATCH] Add build status badge added CircleCI build status badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56cd5de..986a031 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Platform.sh Config Reader (Node.js) +[![CircleCI Status](https://circleci.com/gh/platformsh/config-reader-nodejs.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/platformsh/config-reader-nodejs) + This library provides a streamlined and easy to use way to interact with a Platform.sh environment. It offers utility methods to access routes and relationships more cleanly than reading the raw environment variables yourself. This library requires Node.js 10 or later.