1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 22:34:44 +01:00

Cleanup readme

This commit is contained in:
Daniil Gentili 2022-01-29 20:39:46 +01:00
parent db8713a3ca
commit 5a72cb20eb
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 0 additions and 53 deletions

View File

@ -1,49 +0,0 @@
language: go
go:
- "1.15"
- "1.16"
python:
- "3.4"
cache:
pip: true
# directories:
# - $GOPATH/src
# - $GOPATH/pkg
# before_cache:
# - rm -rf $GOPATH/src/github.com/danog/gojekyll
before_install:
- go get github.com/mattn/goveralls
install:
- make setup
- pip install --user Pygments
- export PATH=$HOME/.local/bin:$PATH
script:
- test -n "$TRAVIS_TAG" || $HOME/gopath/bin/goveralls -service=travis-ci
after_success:
# - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
- test -n "$TRAVIS_TAG" && make release VERSION="${TRAVIS_TAG#v}"
notifications:
email:
on_success: never
on_failure: change
deploy:
provider: releases
api_key:
secure: bQXlHSSZ6XU0JvbA1GMU0VM97Yt2bAKCrtIpxmR2FwiT3o9p6TtfcJgtsIdgy27mVhp0kvknD2oE5mVetCTsb1J7i049FlcNQnb+IQKr5QnTuDP1UAUQkWj6shaRKP8op6wbLVz4UUm7s2Wfvs3HPTiHdSA8br8Pqj+Q8VjFVJqAbKT7btkPixbt4F1NnDzcGRt0AHY9UT5+cAYoyJ6IH0u71HTVtthYCA/91s7nGuT650RELYhVDlYebfGQARyEvoKYFiy0bQuWKUX6rKe+luyArucoo9D5KsBD33DTESnASfHQLRK0Qa60KWFOPS796d0q1y3vJGdruYGEsN5730Q9hZlnsYZ/EUufSPUEr0ItI3OdbttmDHU1Z5cJT4Mdg0aCG2iEd0KDhv+yb+jXAkwIUyrhnIj+FUfC2ootWcoXqT3dmeVl5yX4WVKJQFqI19m9pEsvFBvUChllH1/prth8ygFvRke9CDNSDfG1Tabs1O5ZiuWbCJb4RsjpGoPgUv6qr0vrapSz4sS4r7y2oUTN3LHSyRLD8hKiMkza8MkqiCt5/LqlNWtT69csnv5d5wLz1FnMg9VgwPMg4OqWIZi/2Z5XNUe/uxSYCXA/FcyaTHZ2FBUb5DPXEiRG4leZaAQizkyk/w+yPQwzo0dDWZywNq4C+PuczM04KBcWPPI=
file: dist/*
file_glob: true
skip_cleanup: true
prerelease: true
overwrite: true
on:
tags: true

View File

@ -3,7 +3,6 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END --> <!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Travis badge][travis-svg]][travis-url]
[![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url] [![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url]
[![Coveralls badge][coveralls-svg]][coveralls-url] [![Coveralls badge][coveralls-svg]][coveralls-url]
[![Go Report Card badge][go-report-card-svg]][go-report-card-url] [![Go Report Card badge][go-report-card-svg]][go-report-card-url]
@ -294,6 +293,3 @@ MIT
[go-report-card-url]: https://goreportcard.com/report/github.com/danog/gojekyll [go-report-card-url]: https://goreportcard.com/report/github.com/danog/gojekyll
[go-report-card-svg]: https://goreportcard.com/badge/github.com/danog/gojekyll [go-report-card-svg]: https://goreportcard.com/badge/github.com/danog/gojekyll
[travis-url]: https://travis-ci.com/danog/gojekyll
[travis-svg]: https://img.shields.io/travis/danog/gojekyll.svg?branch=master