travis: add Go 1.12beta2 to CI (#2598)

This commit is contained in:
Doug Fawley
2019-01-25 13:07:43 -08:00
committed by GitHub
parent 0e8a6f931c
commit 6d855749cf

View File

@ -2,6 +2,8 @@ language: go
matrix:
include:
- go: 1.12beta2
env: GO111MODULE=on
- go: 1.11.x
env: VET=1 GO111MODULE=on
- go: 1.11.x