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/)