Skip to content

Commit 3bf12f6

Browse files
committed
Remove coveralls.
1 parent a5f5272 commit 3bf12f6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ node_js:
33
- 0.10
44
before_script:
55
- npm install -g grunt-cli
6-
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@
4040
"wrench": "~1.5.8"
4141
},
4242
"devDependencies": {
43-
"coveralls": "^2.11.1",
4443
"grunt": "~0.4.5",
4544
"grunt-contrib-clean": "~0.5.0",
4645
"grunt-contrib-jshint": "~0.10.0",
4746
"grunt-simple-mocha": "~0.4.0",
48-
"istanbul": "^0.3.2",
49-
"mocha": "^1.21.4",
5047
"should": "~4.0.1"
5148
}
5249
}

0 commit comments

Comments
 (0)