From 003214ece738a0802e9a16cb33ddad8d128f477b Mon Sep 17 00:00:00 2001 From: Nick Minkler Date: Wed, 25 Mar 2015 09:43:16 -0700 Subject: [PATCH] add travis-ci build status indicator to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86bdb4d..d18ce73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VaultAPI - Abstraction Library API for Bukkit Plugins +# VaultAPI - Abstraction Library API for Bukkit Plugins - ![Travis-ci](https://travis-ci.org/MilkBowl/VaultAPI.svg?branch=master) How to use with maven: note that the VaultAPI version is 2 numerals, unlike Vault versions which are 3. The 2 numerals in the VaultAPI will always correspond to the 2 beginning numerals in a Vault version to make it clear what versions your plugin will for sure work with. ```