Add Go 1.11 to Travis build matrix

This commit is contained in:
Emir Beganović 2018-10-09 14:54:41 +04:00 committed by GitHub
parent 0a88db3545
commit 3b73f9366b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ env:
go: go:
- 1.9.x - 1.9.x
- 1.10.x - 1.10.x
- 1.11.x
before_install: before_install:
- | - |