From 00edcbbf64cc7580406127ea4265fa219e3d6ca1 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 3 Jun 2012 15:56:29 -0600 Subject: [PATCH] Move build status to top of readme. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a3cddf2..961dca3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ gollum -- A wiki built on top of Git ==================================== +[![Build Status](https://secure.travis-ci.org/github/gollum.png?branch=master)](http://travis-ci.org/github/gollum) + ## DESCRIPTION Gollum is a simple wiki system built on top of Git that powers GitHub Wikis. @@ -493,10 +495,6 @@ like Rack::Auth, OmniAuth, etc. ## Windows Filename Validation Note that filenames on windows must not contain any of the following characters `\ / : * ? " < > |`. See [this support article](http://support.microsoft.com/kb/177506) for details. -## Testing - -[![Build Status](https://secure.travis-ci.org/github/gollum.png?branch=master)](http://travis-ci.org/github/gollum) - ## CONTRIBUTE If you'd like to hack on Gollum, start by forking my repo on GitHub: