Skip to content

Commit

Permalink
update badges, make travis build master + tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aztechian committed Oct 13, 2020
1 parent b0e6319 commit 17505f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: go
dist: xenial
os:
- linux
branches:
only:
- master
- /^v\d+\.\d+\.\d+(-\S*)?$/
stages:
- checks
- test
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Gitpod Ready-to-code][gitpod-image]][gitpod-url]

[![Build Status][travis-image]][travis-url]
[![Go Version][goversion-image]][gh-gomod]
[![Release Date][releasedate-image]][gh-dl-url]
[![Release Version][releasever-image]][gh-dl-url]
[![Downloads Stats][gh-downloads]][gh-dl-url]
Expand Down Expand Up @@ -193,24 +194,25 @@ Distributed under the MIT license. See `LICENSE` for more information.
4. Push to the branch (`git push -u origin HEAD`)
5. Create a new Pull Request

<!-- Markdown link & img dfn's -->
<!-- Markdown link & img definitions -->

[gh-downloads]: https://img.shields.io/github/downloads/aztechian/bridgr/total.svg
[gh-dl-url]: releases/
[gh-gomod]: go.mod
[license]: https://img.shields.io/github/license/aztechian/bridgr
[license-url]: LICENSE
[travis-image]: https://img.shields.io/travis/aztechian/bridgr
[travis-url]: https://travis-ci.org/aztechian/bridgr
[wiki]: https://github.com/aztechian/bridgr/wiki
[travis-image]: https://img.shields.io/travis/com/aztechian/bridgr/master
[travis-url]: https://travis-ci.com/aztechian/bridgr
[reportcard-image]: https://goreportcard.com/badge/github.com/aztechian/bridgr
[reportcard-url]: https://goreportcard.com/report/github.com/aztechian/bridgr
[maintainability-image]: https://api.codeclimate.com/v1/badges/a0ca442626ad6e8cfa8f/maintainability
[maintainability-image]: https://img.shields.io/codeclimate/maintainability/aztechian/bridgr?logo=code-climate
[maintainability-url]: https://codeclimate.com/github/aztechian/bridgr/maintainability
[coverage-image]: https://api.codeclimate.com/v1/badges/a0ca442626ad6e8cfa8f/test_coverage
[coverage-image]: https://img.shields.io/codeclimate/coverage/aztechian/bridgr?logo=code-climate
[coverage-url]: https://codeclimate.com/github/aztechian/bridgr/test_coverage
[codescene-image]: https://codescene.io/projects/4859/status.svg
[codescene-url]: https://codescene.io/projects/4859/jobs/latest-successful/results
[releasedate-image]: https://img.shields.io/github/release-date/aztechian/bridgr?color=blueviolet
[releasever-image]: https://img.shields.io/github/v/release/aztechian/bridgr
[gitpod-url]: https://gitpod.io/#https://github.com/aztechian/bridgr
[gitpod-image]: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod
[goversion-image]: https://img.shields.io/github/go-mod/go-version/aztechian/bridgr

0 comments on commit 17505f1

Please sign in to comment.