From 6ba304cfdf976399bb8c502eaa39871f13a7f432 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Wed, 17 Aug 2016 16:53:38 +0200 Subject: [PATCH] Add Travis badge --- .travis.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 455c1b2..930f374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +branches: + only: + - gh-pages node_js: - "6" - "6.1" diff --git a/README.md b/README.md index c0b9b17..5de3876 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# osm-activity [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://tldrlegal.com/license/mit-license) +# osm-activity [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://tldrlegal.com/license/mit-license) [![Build Status](https://travis-ci.org/lukasmartinelli/osm-activity.svg?branch=gh-pages)](https://travis-ci.org/lukasmartinelli/osm-activity) [A map visualization](http://osm-activity.lukasmartinelli.ch) of [OpenStreetMap]() activity and a [Tile Reduce](https://github.com/mapbox/tile-reduce) processor to count the changes within a tile over the years, quarters and months.