Run tests against go 1.11 and drop 1.9 (#479)

This commit is contained in:
Michael 2018-08-29 18:05:58 +00:00 committed by Vytautas Šaltenis
parent d85484cdc4
commit eebcfd6bbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
sudo: false
language: go
go:
- "1.9.x"
- "1.10.x"
- "1.11.x"
- tip
matrix:
fast_finish: true