Authored by ZhouQiqi

fixed test-ci

... ... @@ -2,5 +2,5 @@ language: node_js
node_js:
- "4.4.3"
sudo: false
script: "npm run-script test-ci"
script: "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
\ No newline at end of file
... ...
... ... @@ -10,9 +10,7 @@
"description": "A InfluxDB transport for winston by TCP or UDP.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha"
"test": "mocha --reporter spec"
},
"dependencies": {
"winston": "^2.2.0"
... ...