2012-12-19 14:24:17 +04:00
|
|
|
language: go
|
2012-05-20 02:00:39 +04:00
|
|
|
|
2013-06-08 13:48:16 +04:00
|
|
|
go:
|
2018-05-18 13:59:33 +03:00
|
|
|
- 1.7.x # See README.md for current minimum version.
|
|
|
|
- 1.8.x
|
|
|
|
- 1.9.x
|
|
|
|
- 1.10.x
|
2018-09-19 13:24:24 +03:00
|
|
|
- 1.11.x
|
2019-03-04 16:17:23 +03:00
|
|
|
- 1.12.x
|
2013-06-08 13:48:16 +04:00
|
|
|
|
2012-05-20 02:00:39 +04:00
|
|
|
script:
|
2019-03-04 16:17:23 +03:00
|
|
|
- make check_license unused test-short
|
2019-04-25 11:38:07 +03:00
|
|
|
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(7|8|9)\.[x0-9]+$ ]]; then make lint; fi
|
2019-03-04 16:17:23 +03:00
|
|
|
# style is only checked against the latest supported Go version.
|
|
|
|
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(12)\. ]]; then make style; fi
|