diff --git a/.travis.yml b/.travis.yml index 3abdfd5..3d4b109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - npm run test diff --git a/README.md b/README.md index 91c7aea..d1c70df 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1c4b477..c1d8080 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file