diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3ece156..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: go - -go: - - 1.0 - - 1.1 - - 1.2 - - 1.3 - - tip \ No newline at end of file diff --git a/README.md b/README.md index 349b3af..16f56e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -semver for golang [![Build Status](https://drone.io/github.com/blang/semver/status.png)](https://drone.io/github.com/blang/semver/latest) [![GoDoc](https://godoc.org/github.com/blang/semver?status.png)](https://godoc.org/github.com/blang/semver) +semver for golang [![Build Status](https://drone.io/github.com/blang/semver/status.png)](https://drone.io/github.com/blang/semver/latest) [![GoDoc](https://godoc.org/github.com/blang/semver?status.png)](https://godoc.org/github.com/blang/semver) [![Coverage Status](https://coveralls.io/repos/blang/semver/badge.png)](https://coveralls.io/r/blang/semver) ====== semver is a Semantic Versioning library written in golang. It fully covers spec version `2.0.0`.