Skip to content

Commit

Permalink
Add Travis CI file and build status
Browse files Browse the repository at this point in the history
  • Loading branch information
mccallumjack committed Jan 18, 2018
1 parent 6338c1e commit 30d95be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go

go:
- 1.6
- 1.7
- 1.8
- 1.9
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cloudsight-go
=============

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

A simple CloudSight API Client for Go programming language.

Expand Down

0 comments on commit 30d95be

Please sign in to comment.