2015-08-19 17:11:44 +03:00
|
|
|
sudo: false
|
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
|
2013-06-08 13:48:16 +04:00
|
|
|
|
2012-05-20 02:00:39 +04:00
|
|
|
script:
|
2018-08-28 16:13:08 +03:00
|
|
|
- make check_license style unused test-short
|
2018-09-19 13:24:24 +03:00
|
|
|
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(7|8|9)\.[x0-9]+$ ]]; then make staticcheck; fi
|