Remove coveralls
This commit is contained in:
Родитель
0a0cf553ca
Коммит
50dfe872ba
|
@ -3,8 +3,4 @@ node_js:
|
|||
- "5.10"
|
||||
script:
|
||||
- tsc
|
||||
- npm run test-travis
|
||||
# Send coverage data to Coveralls
|
||||
after_script:
|
||||
- remap-istanbul -i ./coverage/coverage.json -t lcovonly > ./coverage/lcov-remap.info
|
||||
- cat ./coverage/lcov-remap.info | ./node_modules/coveralls/bin/coveralls.js
|
||||
- npm run test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# fast-plist [![Build Status](https://travis-ci.org/Microsoft/node-fast-plist.svg?branch=master)](https://travis-ci.org/Microsoft/node-fast-plist) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/node-fast-plist/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/node-fast-plist?branch=master)
|
||||
# fast-plist [![Build Status](https://travis-ci.org/Microsoft/node-fast-plist.svg?branch=master)](https://travis-ci.org/Microsoft/node-fast-plist)
|
||||
A fast PLIST parser.
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"scripts": {
|
||||
"watch": "tsc -w",
|
||||
"test": "mocha release/test/test",
|
||||
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec release/test/test",
|
||||
"prepublish": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -21,12 +20,9 @@
|
|||
},
|
||||
"homepage": "https://github.com/Microsoft/node-fast-plist#readme",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.12",
|
||||
"istanbul": "^0.4.4",
|
||||
"mocha": "^3.0.2",
|
||||
"remap-istanbul": "^0.6.4",
|
||||
"sax": "^1.2.1",
|
||||
"typescript": "^2.0.3",
|
||||
"typings": "^1.3.2"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче