Skip to content

Commit

Permalink
Fix travis/coveralls build
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 24, 2015
1 parent 303e249 commit 7490d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_js:
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
after_success:
- ./node_modules/coveralls/bin/coveralls.js
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engine": "node >= 0.6.0",
"main": "./lib/semaphore.js",
"dependencies": {
"q": "^1.2.0"
"q": "~1.2.0"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit 7490d3b

Please sign in to comment.