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 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 =================