Add Travis CI
This commit is contained in:
parent
582270d516
commit
f43871ef90
|
@ -0,0 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
install:
|
||||
- go get -t github.com/FreifunkBremen/respond-collector/...
|
|
@ -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/)
|
||||
|
|
Loading…
Reference in New Issue