test: add go 1.11 testing

This commit is contained in:
Eason Lin 2018-08-27 10:17:27 +08:00 committed by GitHub
parent 8cf3fa9932
commit 973217e9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ./...