go-junit-report/.travis.yml
Joël Stemmer f738270caf Fix and update Travis build config
- 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.
2018-03-17 20:24:24 +00:00

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"