chore: add env for go1.12

This commit is contained in:
田欧 2019-02-26 10:31:15 +08:00 committed by GitHub
parent e53b79fb19
commit d0344934c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,13 +9,15 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
- tip
- master
matrix:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
install:
- go get -t -v -d