Skip to content

Commit 30d95be

Browse files
committed
Add Travis CI file and build status
1 parent 6338c1e commit 30d95be

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
3+
go:
4+
- 1.6
5+
- 1.7
6+
- 1.8
7+
- 1.9

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cloudsight-go
22
=============
33

44
[![GoDoc](https://godoc.org/github.com/cloudsight/cloudsight-go?status.png)](https://godoc.org/github.com/cloudsight/cloudsight-go)
5+
[![Build Status](https://travis-ci.org/cloudsight/cloudsight-go.svg?branch=master)](https://travis-ci.org/cloudsight/cloudsight-go)
56

67
A simple CloudSight API Client for Go programming language.
78

0 commit comments

Comments
 (0)