1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-23 10:51:18 +01:00
gojekyll/.travis.yml

13 lines
163 B
YAML
Raw Normal View History

2017-06-13 12:45:33 -04:00
language: go
go:
- 1.8.3
2017-06-22 15:45:07 -04:00
2017-06-21 10:43:10 -04:00
install:
- make setup
2017-06-21 12:51:53 -04:00
- go get ./...
2017-06-22 15:45:07 -04:00
2017-06-21 10:43:10 -04:00
script:
2017-06-22 15:45:07 -04:00
- go test ./...
- gometalinter --config .gometalinter.json --deadline=5m ./...