From f43871ef90d5cfab90451c7f67c1cd45da0f911c Mon Sep 17 00:00:00 2001 From: Julian Kornberger Date: Sun, 20 Mar 2016 12:34:58 +0100 Subject: [PATCH] Add Travis CI --- .travis.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..73208d7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: go +go: + - 1.5.3 + - 1.6 +install: + - go get -t github.com/FreifunkBremen/respond-collector/... diff --git a/README.md b/README.md index 6edd348..d7f0daa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Respond Collector +[![Build Status](https://travis-ci.org/FreifunkBremen/respond-collector.svg?branch=master)](https://travis-ci.org/FreifunkBremen/respond-collector) + `respond-collector` is a respond client that fetches, stores and publishes information about a Freifunk network. The goals: * Generating JSON for [MeshViewer](https://github.com/ffnord/meshviewer) (Works with branch [JSONv2](https://github.com/FreifunkBremen/meshviewer/tree/JSONv2)) * Storing statistics in [InfluxDB](https://influxdata.com/) to be analyzed by [Grafana](http://grafana.org/)