From 69cd025a66a2f154378a63f09b59d2b93e62ba68 Mon Sep 17 00:00:00 2001 From: "J. Gavin Ray" Date: Sun, 4 Dec 2016 12:04:17 -0800 Subject: [PATCH 1/3] added Go versions to test against --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6cee0d4c..fad4a9c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,13 @@ dist: trusty language: go go: + - 1.7.0 + - 1.7.1 + - 1.7.2 + - 1.7.3 - 1.7.4 + - release + - tip install: - go get github.com/Masterminds/glide From f4be8a73b359d38efd39714c436746af29ad2982 Mon Sep 17 00:00:00 2001 From: "J. Gavin Ray" Date: Sun, 4 Dec 2016 12:10:17 -0800 Subject: [PATCH 2/3] added build status to README --- .travis.yml | 2 -- README.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fad4a9c2..f554fd40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,10 @@ dist: trusty language: go go: - - 1.7.0 - 1.7.1 - 1.7.2 - 1.7.3 - 1.7.4 - - release - tip install: diff --git a/README.md b/README.md index d6f42a50..8ccc3e9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Fission: Serverless Functions for Kubernetes ============================================ [fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio) +[![Build Status](https://travis-ci.org/platform9/fission.svg?branch=master)](https://travis-ci.org/platform9/fission) Fission is a fast serverless framework for Kubernetes with a focus on developer productivity and high performance. From e92521deab7bd460447bc572bfd277855e44adf9 Mon Sep 17 00:00:00 2001 From: "J. Gavin Ray" Date: Sun, 4 Dec 2016 14:44:22 -0800 Subject: [PATCH 3/3] #25 - Addressing suggestions --- .travis.yml | 5 +---- README.md | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f554fd40..47aa95fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,7 @@ dist: trusty language: go go: - - 1.7.1 - - 1.7.2 - - 1.7.3 - - 1.7.4 + - 1.7 - tip install: diff --git a/README.md b/README.md index 8ccc3e9c..d6f42a50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ Fission: Serverless Functions for Kubernetes ============================================ [fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio) -[![Build Status](https://travis-ci.org/platform9/fission.svg?branch=master)](https://travis-ci.org/platform9/fission) Fission is a fast serverless framework for Kubernetes with a focus on developer productivity and high performance.