diff --git a/.travis.yml b/.travis.yml index 52a610d..5aec453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ matrix: script: npm run travis before_install: - npm i -g npm -before_script: - - npm prune after_success: - npx semantic-release branches: diff --git a/README.md b/README.md index 52414c8..2b9f43d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -## Installation +>This repository is part of the [Pelias](https://github.com/pelias/pelias) +>project. Pelias is an open-source, open-data geocoder originally sponsored by +>[Mapzen](https://www.mapzen.com/). Our official user documentation is +>[here](https://github.com/pelias/documentation). + +# Pelias Configuration + +This repository defines standard configuration for all parts of the Pelias geocoder. It contains tools for Pelias packages to read from configuration in a standardized way, and for Pelias users to set up their own configuration. [![Greenkeeper badge](https://badges.greenkeeper.io/pelias/config.svg)](https://greenkeeper.io/) +[![Build Status](https://travis-ci.org/pelias/config.png?branch=master)](https://travis-ci.org/pelias/config) + +[![NPM](https://nodei.co/npm/pelias-config.png?downloads=true&stars=true)](https://nodei.co/npm/pelias-config) + +## Installation ```bash $ npm install pelias-config ``` -[![NPM](https://nodei.co/npm/pelias-config.png?downloads=true&stars=true)](https://nodei.co/npm/pelias-config) - ## Usage Create a new Pelias config: @@ -113,5 +123,3 @@ $ npm test ### Continuous Integration Travis tests every release against all supported Node.js versions. - -[![Build Status](https://travis-ci.org/pelias/config.png?branch=master)](https://travis-ci.org/pelias/config)