Skip to content

Commit

Permalink
Merge pull request #80 from Henry-Sarabia/iss-79
Browse files Browse the repository at this point in the history
Create .travis.yml file
  • Loading branch information
Henry Sarabia authored Feb 11, 2020
2 parents 8b453d3 + 8fc77ac commit 48f27f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kanka

[![GoDoc](https://godoc.org/github.com/Henry-Sarabia/kanka?status.svg)](https://godoc.org/github.com/Henry-Sarabia/kanka)
[![GoDoc](https://godoc.org/github.com/Henry-Sarabia/kanka?status.svg)](https://godoc.org/github.com/Henry-Sarabia/kanka) [![Build Status](https://travis-ci.com/Henry-Sarabia/kanka.svg?branch=master)](https://travis-ci.com/Henry-Sarabia/kanka) [![Coverage Status](https://coveralls.io/repos/github/Henry-Sarabia/kanka/badge.svg?branch=master)](https://coveralls.io/github/Henry-Sarabia/kanka?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/Henry-Sarabia/kanka)](https://goreportcard.com/report/github.com/Henry-Sarabia/kanka)

Manage your [Kanka](https://kanka.io/en-US) campaign or build tools for other
creators with the thoroughly tested and documented **kanka** package.
Expand Down

0 comments on commit 48f27f1

Please sign in to comment.