Merge pull request #648 from emirb/patch-1

Add Go 1.11 to Travis build matrix
This commit is contained in:
mattn 2018-10-15 22:43:41 +09:00 committed by GitHub
commit a98b6a4af5
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:
- 1.9.x
- 1.10.x
- 1.11.x
before_install:
- |