Add Go 1.10 to build matrix

This commit is contained in:
Kevin Burke 2018-03-19 09:11:05 -07:00
parent d9708da184
commit 9042dba426
No known key found for this signature in database
GPG Key ID: 24B0EF06511BA263
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ go_import_path: github.com/kevinburke/chroma-markdown
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
script: make test