diff --git a/.travis.yml b/.travis.yml index b163d7d..bb43fd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: go sudo: false go: - - 1.3 - - 1.4 - - 1.5 - - 1.6 - 1.7 - 1.8 - 1.9 diff --git a/README.md b/README.md index ac84fbd..8379a1d 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ $ go get github.com/gofrs/uuid ## Requirements -This package is regularly tested against Go 1.3+, due to issues with the testing -libraries on Go 1.2 or less. This package may work perfectly fine with Go 1.2, -but it is not tested and support for this version is not actively maintained. +Due to subtests not being supported in older versions of Go, this package is +only regularly tested against Go 1.7+. This package may work perfectly fine with +Go 1.2+, but support for these older versions is not actively maintained. ## Usage