mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-30 10:39:02 +01:00
10 lines
88 B
YAML
10 lines
88 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.3
|
|
install:
|
|
- make setup
|
|
script:
|
|
- make test
|
|
- make lint
|