Skip to content

Commit

Permalink
Merge branch 'feature/circle-ci' into feature/travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Jul 2, 2016
2 parents bb069d0 + 7aa67ab commit a59f855
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- 0.10
- 0.12
- iojs
- 4
- 5
after_success:
- npm run coveralls
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,21 @@ You are welcome to contribute with more items provided below.

## ESLint Plugin
<p align="center">
<a href="https://www.npmjs.com/package/eslint-plugin-you-dont-need-lodash-underscore">
<img src="https://img.shields.io/npm/v/eslint-plugin-you-dont-need-lodash-underscore.svg?style=flat-square"
alt="NPM Version">
<a href="https://www.npmjs.com/package/eslint-plugin-you-dont-need-lodash-underscore">
<img src="https://img.shields.io/npm/v/eslint-plugin-you-dont-need-lodash-underscore.svg?style=flat-square"
alt="NPM Version">
</a>
<a href="https://npmjs.org/package/eslint-plugin-you-dont-need-lodash-underscore">
<img src="http://img.shields.io/npm/dm/eslint-plugin-you-dont-need-lodash-underscore.svg?style=flat-square"
alt="Downloads">
alt="Downloads">
</a>
<a href="https://travis-ci.org/cht8687/You-Dont-Need-Lodash-Underscore">
<img src="https://img.shields.io/travis/cht8687/You-Dont-Need-Lodash-Underscore.svg?style=flat-square"
alt="Build Status">
</a>
<a href="https://coveralls.io/github/cht8687/You-Dont-Need-Lodash-Underscore?branch=master">
<img src="https://coveralls.io/repos/cht8687/You-Dont-Need-Lodash-Underscore/badge.svg?branch=master&service=github"
alt="Coverage Status" />
</a>
</p>
If you're using [ESLint](http://eslint.org/), you can install a
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@
],
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive"
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
"test": "npm run unit-test",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
},
"dependencies": {
"requireindex": "~1.1.0"
},
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^3.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
},
"engines": {
Expand Down

0 comments on commit a59f855

Please sign in to comment.