add Go 1.12 to travis config (#82)

This commit is contained in:
Joshua Humphries 2019-02-27 17:31:54 -05:00 committed by GitHub
parent 5516a45602
commit b292d5aef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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