Adding go 1.11.x as test target and dropping 1.8.x.

This commit is contained in:
Jakub Sobon 2019-01-13 22:04:38 -05:00
parent ef6670eda3
commit d39112bbad
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- stable
script:
- go get -t ./...