diff --git a/.travis.yml b/.travis.yml index f408b4cc8..7fce205e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: - "1.8" - "1.9" - "1.10" + - "1.11" - tip script: diff --git a/README.md b/README.md index 51b6df347..747c7d33c 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ To update Testify to the latest version, use `go get -u github.com/stretchr/test Supported go versions ================== -We support the three major Go versions, which are 1.8, 1.9 and 1.10 at the moment. +We support the three major Go versions, which are 1.9, 1.10, and 1.11 at the moment. ------