blob: 2c8f06f15dfc234e1b9266348c5825e7c24a2ba5 [file] [log] [blame]
language: go
go:
- 1.9.x # See README.md for current minimum version.
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
script:
- make check_license unused test-short
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10)\. ]]; then make lint; fi
# Style is only checked against the latest supported Go version.
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(13)\. ]]; then make style; fi