Skip to content

Commit

Permalink
for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
i5ting committed Jun 26, 2015
1 parent 84a3656 commit 674b644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
repo_token: 99UNur6O7ksBqiwgg1NG1sSFhmu78A0t7
services: mongodb
node_js:
- "0.12"
- "0.11"
- "0.10"
script: make test-all
repo_token: 99UNur6O7ksBqiwgg1NG1sSFhmu78A0t7
script: npm run mocha && npm run cov
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "npm publish .",
"test": "./node_modules/.bin/gulp",
"mocha": "./node_modules/.bin/mocha -u bdd",
"cov":"./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
Expand Down

0 comments on commit 674b644

Please sign in to comment.