Skip to content

Commit c2fa24b

Browse files
committed
Merge pull request #2 from messagebird/sam/travis-ci
Add Travis-CI integration
2 parents 3c1c518 + f7930a7 commit c2fa24b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: go
2+
3+
go:
4+
- 1.4
5+
- tip

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)