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:
|
2019-04-29 00:26:36 +03:00
|
|
|
- 1.9.x # See README.md for current minimum version.
|
2018-05-18 13:59:33 +03:00
|
|
|
- 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
|
2019-09-12 18:51:21 +03:00
|
|
|
- 1.13.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-07-22 16:45:59 +03:00
|
|
|
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10)\. ]]; then make lint; fi
|
2019-04-29 00:26:36 +03:00
|
|
|
# Style is only checked against the latest supported Go version.
|
2019-09-12 18:51:21 +03:00
|
|
|
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(13)\. ]]; then make style; fi
|