mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Travis CI + Coveralls integration
This commit is contained in:
parent
6cade5bd7f
commit
ffe00ee398
@ -15,3 +15,5 @@ before_install:
|
|||||||
- sudo make install
|
- sudo make install
|
||||||
- sudo ldconfig
|
- sudo ldconfig
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
|
after_success:
|
||||||
|
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|
||||||
|
@ -47,7 +47,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^1.21.5",
|
"mocha": "^1.21.5",
|
||||||
"mocha-jshint": "^0.0.9",
|
"mocha-jshint": "^0.0.9",
|
||||||
"istanbul": "^0.3.2"
|
"istanbul": "^0.3.2",
|
||||||
|
"coveralls": "^2.11.2"
|
||||||
},
|
},
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user