From 4ab0fea51527b57d4ff745ab66d9545287fe3e8c Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Thu, 19 Jun 2014 18:38:22 +0700 Subject: [PATCH] Update README. [skip ci] --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7132775..cea6ce0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Subtitles WordPress Plugin +![Travis CI Build Status](https://travis-ci.org/philiparthurmoore/Subtitles.svg?branch=master) + ![Subtitles in action](https://i.cloudup.com/YoFzxUCM2S.png) Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate _Subtitles_ and you're ready to go. @@ -276,4 +278,8 @@ Given a version number MAJOR.MINOR.PATCH, increment the: 2. MINOR version when you add functionality in a backwards-compatible manner, and 3. PATCH version when you make backwards-compatible bug fixes. -Most of the updates for this plugin will be in the form of bug fixes and minor enhancements. \ No newline at end of file +Most of the updates for this plugin will be in the form of bug fixes and minor enhancements. + +## Build Status + +Most commits and pull requests will undergo automatic build testing via [Travis CI](http://travis-ci.org/). The build result for the most recent non-skipped commit for master is at the top of this README.