Add Travis CI

This commit is contained in:
Julian Kornberger 2016-03-20 12:34:58 +01:00
parent 582270d516
commit f43871ef90
2 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: go
go:
- 1.5.3
- 1.6
install:
- go get -t github.com/FreifunkBremen/respond-collector/...

View File

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