1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-26 20:14:43 +01:00

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

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