Skip to content

Commit

Permalink
added badges and travis continuos integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gitirabassi committed Feb 12, 2017
1 parent 7c90157 commit bf793d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: go

go:
- 1.7
- 1.8
- master
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Satisgo SDK

[![Go Report Card](https://goreportcard.com/badge/github.com/drymonsoon/satisgo)](https://goreportcard.com/report/github.com/drymonsoon/satisgo)
[![Build Status](https://travis-ci.org/drymonsoon/satisgo.svg?branch=master)](https://travis-ci.org/drymonsoon/satisgo)
[![Docs](https://img.shields.io/badge/docs-current-brightgreen.svg)](https://godoc.org/github.com/drymonsoon/satisgo)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/drymonsoon/satisgo/blob/master/LICENSE.md)



This is an SDK for the Satispay Business API.

It's not ***production*** ready but all the functions are there.
Expand Down

0 comments on commit bf793d8

Please sign in to comment.