1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 02:34:40 +01:00

Add go 1.9 to travis matrix

This commit is contained in:
Oliver Steele 2017-09-01 08:43:28 -04:00
parent 6f1cc47e83
commit 5bbdc9c8d3

View File

@ -1,7 +1,8 @@
language: go language: go
go: go:
- 1.8.3 - 1.8
- 1.9
python: python:
- "3.4" - "3.4"