Skip to content

Commit

Permalink
Merge 2f8e77f into e12852c
Browse files Browse the repository at this point in the history
  • Loading branch information
noyobo committed Oct 23, 2014
2 parents e12852c + 2f8e77f commit f6688a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
node_modules
.DS_Store
coverage.html
*.log
*.log
.coveralls.yml
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -4,7 +4,9 @@ node_js:
- "0.10"

before_script:
- npm install blanket
- npm install blanket istanbul coveralls

script:
- test
- npm test

after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit f6688a6

Please sign in to comment.