test: add go 1.11 testing (#29)

This commit is contained in:
Eason Lin 2018-08-28 09:27:38 +08:00 committed by pei
parent 8cf3fa9932
commit e18d29b078
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
before_install:
- go get -t -v ./...