Browse Source

Merge pull request #1137 from pelias/ci-cleanup

CI cleanup
pull/1134/head
Julian Simioni 7 years ago committed by GitHub
parent
commit
6fb038c3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml
  2. 7
      package.json

2
.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:

7
package.json

@ -14,11 +14,10 @@
"lint": "jshint .",
"start": "./bin/start",
"test": "npm run unit",
"travis": "npm run check-dependencies && npm test",
"travis": "npm test",
"unit": "./bin/units",
"validate": "npm ls",
"config": "node -e \"console.log(JSON.stringify(require( 'pelias-config' ).generate(require('./schema')), null, 2))\"",
"check-dependencies": "node_modules/.bin/npm-check --production --ignore pelias-interpolation",
"prune": "npm prune"
},
"repository": {
@ -71,7 +70,6 @@
"difflet": "^1.0.1",
"istanbul": "^0.4.2",
"jshint": "^2.5.6",
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check",
"nsp": "^3.0.0",
"pelias-mock-logger": "1.2.0",
"precommit-hook": "^3.0.0",
@ -87,8 +85,7 @@
"lint",
"prune",
"validate",
"test",
"check-dependencies"
"test"
],
"release": {
"branch": "production"

Loading…
Cancel
Save