Skip to content

Commit 8d55a78

Browse files
committed
Remove coveralls
1 parent 2efb290 commit 8d55a78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ language: node_js
22
node_js:
33
- 0.8
44
- 0.10
5+
- 0.11
56
script:
6-
- npm test && npm run-script coveralls
7+
- npm test

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
"scripts": {
88
"test": "hydro",
99
"coverage": "istanbul cover _hydro",
10-
"coveralls": "istanbul cover _hydro --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1110
"test-readme": "jsmd README.md"
1211
},
1312
"repository": {
1413
"type": "git",
1514
"url": "https://github.com/chaijs/pathval"
1615
},
1716
"devDependencies": {
18-
"coveralls": "~2.3.0",
1917
"istanbul": "~0.1.44",
2018
"jsmd": "~0.2.0",
2119
"simple-assert": "~1.0.0",

0 commit comments

Comments
 (0)