1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 10:39:02 +01:00
gojekyll/.travis.yml
2017-06-21 10:43:10 -04:00

10 lines
88 B
YAML

language: go
go:
- 1.8.3
install:
- make setup
script:
- make test
- make lint