aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3caba60..52334d1 100755
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+![CI status](https://secure.travis-ci.org/jeluard/semantic-versioning.png)
+
Semantic Versioning is a Java library allowing to validate if library version numbers follows Semantic Versioning principles as defined by [http://semver.org](Semantic Versioning).
Project version number changes implication are not always clearly identified. Will this patch released be safe to use in my project?