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

View File

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