Move build status to top of readme.

This commit is contained in:
bootstraponline
2012-06-03 15:56:29 -06:00
parent c530c70575
commit 00edcbbf64
+2 -4
View File
@@ -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: