Skip to content

Commit

Permalink
Cleanup on aisle package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed Aug 29, 2017
1 parent ef03d05 commit 4e94a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ sudo: false
language: node_js
node_js:
- 8
script:
- npm run coverage
- npm run jshint
after_success:
- npm run coveralls
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"bitcore-node": "./bin/bitcore-node"
},
"scripts": {
"test": "mocha -R spec --recursive",
"jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",
"coverage": "istanbul cover _mocha -- --recursive",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"test": "mocha -R spec --recursive"
},
"tags": [
"bitcoin",
Expand Down

0 comments on commit 4e94a37

Please sign in to comment.