Skip to content

Commit

Permalink
Merge pull request #9 from download13/add-testing-deps
Browse files Browse the repository at this point in the history
remove unnecessary dependencies
  • Loading branch information
livoras authored Jun 11, 2016
2 parents c05e363 + ac5cf31 commit acb9670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
machine:
node:
version: 4
dependencies:
pre:
- npm install -g istanbul standard casperjs
test:
override:
- standard && istanbul cover ./node_modules/mocha/bin/_mocha ./test/*.spec.js -- -R spec && cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js
- standard && istanbul cover ./node_modules/mocha/bin/_mocha ./test/*.spec.js -- -R spec && cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"devDependencies": {
"chai": "^3.4.1",
"codecov.io": "^0.1.6",
"istanbul": "^0.4.3",
"jsdom": "^7.0.2",
"mocha": "^2.3.4",
"mocha-jsdom": "^1.0.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
"sinon-chai": "^2.8.0",
"standard": "^7.1.2"
}
}

0 comments on commit acb9670

Please sign in to comment.