mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 21:18:08 -05:00

- Fix building for go1.10, see travis-ci/travis-ci#9247. - Add a ".x" suffix to each version so that Travis selects the latest minor release. - Remove go1.1, which is not available anymore on Travis.
14 lines
135 B
YAML
14 lines
135 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
- "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"
|