mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Remove travis config
This has been replaced by a Github Actions workflow.
This commit is contained in:
parent
e0c48d5051
commit
d5de2960fd
16
.travis.yml
16
.travis.yml
@ -1,16 +0,0 @@
|
|||||||
language: go
|
|
||||||
|
|
||||||
go:
|
|
||||||
- tip
|
|
||||||
- "1.13.x"
|
|
||||||
- "1.12.x"
|
|
||||||
- "1.11.x"
|
|
||||||
- "1.10.x"
|
|
||||||
- "1.9.x"
|
|
||||||
- "1.8.x"
|
|
||||||
- "1.7.x"
|
|
||||||
- "1.6.x"
|
|
||||||
- "1.5.x"
|
|
||||||
- "1.4.x"
|
|
||||||
- "1.3.x"
|
|
||||||
- "1.2.x"
|
|
10
README.md
10
README.md
@ -1,13 +1,12 @@
|
|||||||
# go-junit-report
|
# go-junit-report
|
||||||
|
|
||||||
go-junit-report is a tool that converts [`go test`] output to an XML report,
|
go-junit-report is a tool that converts [`go test`] output to an XML report,
|
||||||
suitable for applications that expect JUnit-style XML reports (e.g.
|
suitable for applications that expect JUnit-style XML reports (e.g. [Jenkins]).
|
||||||
[Jenkins](http://jenkins-ci.org)).
|
|
||||||
|
|
||||||
The test output [parser] and JUnit report [formatter] are also available as Go
|
The test output [parser] and JUnit report [formatter] are also available as Go
|
||||||
packages.
|
packages.
|
||||||
|
|
||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build status][github-actions-badge]][github-actions-link]
|
||||||
|
|
||||||
## Install from package (recommended)
|
## Install from package (recommended)
|
||||||
|
|
||||||
@ -48,9 +47,10 @@ Run `go-junit-report -help` for a list of all supported flags.
|
|||||||
See [CONTRIBUTING.md].
|
See [CONTRIBUTING.md].
|
||||||
|
|
||||||
[`go test`]: https://pkg.go.dev/cmd/go#hdr-Test_packages
|
[`go test`]: https://pkg.go.dev/cmd/go#hdr-Test_packages
|
||||||
|
[Jenkins]: https://www.jenkins.io/
|
||||||
[parser]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/parser
|
[parser]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/parser
|
||||||
[formatter]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/formatter
|
[formatter]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/formatter
|
||||||
[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg?branch=master
|
[github-actions-badge]: https://github.com/jstemmer/go-junit-report/actions/workflows/main.yml/badge.svg
|
||||||
[travis-link]: https://travis-ci.org/jstemmer/go-junit-report
|
[github-actions-link]: https://github.com/jstemmer/go-junit-report/actions
|
||||||
[Releases]: https://github.com/jstemmer/go-junit-report/releases
|
[Releases]: https://github.com/jstemmer/go-junit-report/releases
|
||||||
[CONTRIBUTING.md]: https://github.com/jstemmer/go-junit-report/blob/master/CONTRIBUTING.md
|
[CONTRIBUTING.md]: https://github.com/jstemmer/go-junit-report/blob/master/CONTRIBUTING.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user