Skip to content

Commit

Permalink
Add Travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjones committed Oct 14, 2018
1 parent ca9ea7d commit 3f3feb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreadme.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# This is the config file used to generate the README for the project.

# There is no Go code examples in the docs, so use defaults.
fencedCodeLanguage = ""
fencedCodeLanguage = ""

customMarkdownBadges = [
"[![Build Status](https://travis-ci.com/dmjones/goreadme.svg?branch=master)](https://travis-ci.com/dmjones/goreadme)"
]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# goreadme
[![GoDoc](https://godoc.org/github.com/dmjones/goreadme?status.svg)](https://godoc.org/github.com/dmjones/goreadme)

[![Build Status](https://travis-ci.com/dmjones/goreadme.svg?branch=master)](https://travis-ci.com/dmjones/goreadme)

goreadme converts Go package documentation into Github-friendly markdown,
designed to be used as a README.md file. There is support for adding badges
Expand Down

0 comments on commit 3f3feb0

Please sign in to comment.