From 9fc1680e5543f60a34c1d03295fb146f0205364f Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 4 May 2016 14:31:19 -0500 Subject: [PATCH] Move Bolt's build status to the top of the README. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9f967ce0..9a6ba4332 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Bolt +[![Bolt Build Status](https://travis-ci.com/acquia/bolt.svg?token=eFBAT6vQ9cqDh1Sed5Mw&branch=8.x)](https://travis-ci.com/acquia/bolt) (See [build/README.md](build) for more information on Bolt's CI process.) + Bolt is a tool that generates new Drupal projects using a standardized template derived from Acquia Professional Services' best practices. ## License @@ -94,9 +96,3 @@ Please feel free to contribute to the project or file issues via the GitHub issu Bolt work is currently being tracked in the [Bolt GitHub issue queue] (https://github.com/acquia/bolt/issues) and organized via a [Waffle.io Kanban Board](https://waffle.io/acquia/bolt). - -## Status: - -* Bolt: [![Bolt Build Status](https://travis-ci.com/acquia/bolt.svg?token=eFBAT6vQ9cqDh1Sed5Mw&branch=8.x)](https://travis-ci.com/acquia/bolt) - -See [build/README.md](build) for more information on Bolt's CI process.