We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92ec55 commit cc1f095Copy full SHA for cc1f095
.travis.yml
@@ -2,6 +2,9 @@ language: go
2
3
go:
4
- tip
5
+ - "1.13.x"
6
+ - "1.12.x"
7
+ - "1.11.x"
8
- "1.10.x"
9
- "1.9.x"
10
- "1.8.x"
README.md
@@ -8,7 +8,7 @@ expect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)).
## Installation
11
-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`
12
command:
13
14
```bash
go.mod
@@ -1,3 +1,3 @@
1
module github.com/jstemmer/go-junit-report
-go 1.13
+go 1.2
0 commit comments