From 5dad30e1ed8a6437b9b0e4b7dc7d696e195dd80b Mon Sep 17 00:00:00 2001 From: Momchil Atanasov Date: Fri, 10 Mar 2017 13:57:37 +0200 Subject: [PATCH 1/2] Add travis build configuration --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bf08630 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: go + +go: + - 1.8 + +install: + - go get -t -v ./... + - go get github.com/onsi/ginkgo/ginkgo + +script: $GOPATH/bin/ginkgo -r --race --randomizeAllSpecs --randomizeSuites --skipMeasurements From 4c0e029cba58292091a4989349df4b3f92efe0d0 Mon Sep 17 00:00:00 2001 From: Momchil Atanasov Date: Fri, 10 Mar 2017 14:27:45 +0200 Subject: [PATCH 2/2] Add build status to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7525219..a88fc06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![CLA assistant](https://cla-assistant.io/readme/badge/SAP/aker-proxy-plugin)](https://cla-assistant.io/SAP/aker-proxy-plugin) +[![Travis Build](https://travis-ci.org/SAP/aker-proxy-plugin.svg?branch=master)](https://travis-ci.org/SAP/aker-proxy-plugin) Aker Proxy Plugin =================