gobyexample/.travis.yml
Eli Bendersky 8627d854d9
Test with both Go 1.17 and 1.16 (#385)
This is in line with the Go support policy of current version + previous version
2021-08-27 16:41:04 -07:00

17 lines
138 B
YAML

language: go
go:
- 1.16
- 1.17
before_install:
install:
- go mod download
script:
- tools/build
env:
- VERBOSE=1 TESTING=1