Skip to content

Commit

Permalink
Merge pull request #97 from pelias/ci_cleanup
Browse files Browse the repository at this point in the history
CI cleanup
  • Loading branch information
orangejulius authored May 19, 2018
2 parents 858726a + 8760b1e commit c8ee5e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
>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 Model

This package stores a definition of our standard data model. It allows for a common format for geographic records across multiple databases and other packages.

## Installation

```bash
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "pelias-model",
"version": "0.0.0-development",
"author": "mapzen",
"author": "pelias",
"description": "Pelias data models",
"homepage": "https://github.com/pelias/model",
"license": "MIT",
"main": "index.js",
"scripts": {
"units": "node test/run.js | tap-spec",
"test": "npm run units",
"travis": "npm run check-dependencies && npm test",
"travis": "npm test",
"lint": "jshint .",
"validate": "npm ls",
"check-dependencies": "node_modules/.bin/npm-check --production"
"validate": "npm ls"
},
"repository": {
"type": "git",
Expand All @@ -36,7 +35,6 @@
},
"devDependencies": {
"event-stream": "^3.3.2",
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check",
"precommit-hook": "^3.0.0",
"proxyquire": "^2.0.0",
"semantic-release": "^15.0.0",
Expand All @@ -46,8 +44,7 @@
"pre-commit": [
"lint",
"validate",
"test",
"check-dependencies"
"test"
],
"release": {
"success": []
Expand Down

0 comments on commit c8ee5e6

Please sign in to comment.