From bf793d88d7900a0128f409f3ab468b2872d4e095 Mon Sep 17 00:00:00 2001 From: drymonsoon Date: Sun, 12 Feb 2017 20:41:27 +0100 Subject: [PATCH] added badges and travis continuos integration --- .travis.yml | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8b43241 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: go + +go: + - 1.7 + - 1.8 + - master diff --git a/README.md b/README.md index fa5582b..d9afebc 100644 --- a/README.md +++ b/README.md @@ -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.