add Go 1.12 to travis config

This commit is contained in:
Josh Humphries 2019-02-27 17:23:15 -05:00
parent 4a329f3b13
commit 0fa22c0543
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ matrix:
env: GO111MODULE=off
- go: "1.11"
env: GO111MODULE=on
- go: "1.12"
- go: tip
script: