Travis CI + Coveralls integration

This commit is contained in:
Lovell Fuller 2014-10-21 12:39:52 +01:00
parent 6cade5bd7f
commit ffe00ee398
2 changed files with 4 additions and 1 deletions

View File

@ -15,3 +15,5 @@ before_install:
- sudo make install
- sudo ldconfig
- cd $TRAVIS_BUILD_DIR
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

View File

@ -47,7 +47,8 @@
"devDependencies": {
"mocha": "^1.21.5",
"mocha-jshint": "^0.0.9",
"istanbul": "^0.3.2"
"istanbul": "^0.3.2",
"coveralls": "^2.11.2"
},
"license": "Apache 2.0",
"engines": {