From 30d95beee76ce1ffabd70d59e9dd712d76a59808 Mon Sep 17 00:00:00 2001 From: Jack McCallum Date: Fri, 19 Jan 2018 09:32:27 +1100 Subject: [PATCH] Add Travis CI file and build status --- .travis.yml | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0a72f58 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go + +go: + - 1.6 + - 1.7 + - 1.8 + - 1.9 diff --git a/README.md b/README.md index 1e97b5c..0202f28 100644 --- a/README.md +++ b/README.md @@ -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.