From fd7531fc475794579b70d2a3995be776dbc19dea Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 31 Jan 2015 16:14:50 -0600 Subject: [PATCH] Add build status badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 149f057476..88006ded96 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # [Bedrock](http://roots.io/wordpress-stack/) +[![Build Status](https://travis-ci.org/roots/bedrock.svg)](https://travis-ci.org/roots/bedrock) Bedrock is a modern WordPress stack that helps you get started with the best development tools and project structure. @@ -233,7 +234,7 @@ Whenever you add a new plugin or update the WP version, run `composer update` to `!web/app/plugins/plugin-name` -Note: Some plugins may create files or folders outside of their given scope, or even make modifications to `wp-config.php` and other files in the `app` directory. These files should be added to your `.gitignore` file as they are managed by the plugins themselves, which are managed via Composer. Any modifications to `wp-config.php` that are needed should be moved into `config/application.php`. +Note: Some plugins may create files or folders outside of their given scope, or even make modifications to `wp-config.php` and other files in the `app` directory. These files should be added to your `.gitignore` file as they are managed by the plugins themselves, which are managed via Composer. Any modifications to `wp-config.php` that are needed should be moved into `config/application.php`. #### Updating WP and plugin versions