Skip to content

Commit f7930a7

Browse files
author
Sam Wierema
committed
Add the Travis-CI button to the README
1 parent b94dbb2 commit f7930a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ MessageBird's REST API for Go
22
=============================
33
This repository contains the open source Go client for MessageBird's REST API. Documentation can be found at: https://www.messagebird.com/developers/go.
44

5+
[![Build Status](https://travis-ci.org/messagebird/go-rest-api.svg?branch=master)](https://travis-ci.org/messagebird/go-rest-api)
6+
57
Requirements
68
------------
79
- [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account
@@ -58,7 +60,7 @@ This will give you something like:
5860
$ go run example.go
5961
payment : prepaid
6062
type : credits
61-
amount : 9
63+
amount : 9
6264
```
6365

6466
Please see the other examples for a complete overview of all the available API calls.

0 commit comments

Comments
 (0)