.travis.yml

 1language: go
 2
 3go:
 4  - tip
 5  - 1.15.x
 6  - 1.14.x
 7  - 1.13.x
 8  - 1.12.x
 9  
10env:
11  - GO111MODULE=on