1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 22:34:44 +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
go:
- 1.8.3
- 1.8
- 1.9
python:
- "3.4"