From 5a72cb20ebdc827fb67f67c0aaffa70ac15f8cfa Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 29 Jan 2022 20:39:46 +0100 Subject: [PATCH] Cleanup readme --- .travis.yml | 49 ------------------------------------------------- README.md | 4 ---- 2 files changed, 53 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 00237da..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 1bf1e6f..8241c54 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) - [![Travis badge][travis-svg]][travis-url] [![Golangci-lint badge][golangci-lint-svg]][golangci-lint-url] [![Coveralls badge][coveralls-svg]][coveralls-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-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