Merge pull request #1037 from psampaz/travis_go_113

add Go 1.13 in travis
This commit is contained in:
Edward Muller 2019-10-12 10:29:57 -07:00 committed by GitHub
commit 107a185f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ git:
env:
- GO111MODULE=on
- GO111MODULE=off
go: [ 1.11.x, 1.12.x ]
go: [ 1.11.x, 1.12.x, 1.13.x ]
os: [ linux, osx ]
matrix:
exclude: