diff --git a/.travis.yml b/.travis.yml index 44fa5dcd..d0dff3ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: go go: - tip + - "1.13.x" + - "1.12.x" + - "1.11.x" - "1.10.x" - "1.9.x" - "1.8.x" diff --git a/README.md b/README.md index 3bb19894..5b5f608b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ expect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)). ## Installation -Go version 1.1 or higher is required. Install or update using the `go get` +Go version 1.2 or higher is required. Install or update using the `go get` command: ```bash diff --git a/go.mod b/go.mod index da0063f8..de52369a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/jstemmer/go-junit-report -go 1.13 +go 1.2