We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5272 commit 3bf12f6Copy full SHA for 3bf12f6
.travis.yml
@@ -3,4 +3,3 @@ node_js:
3
- 0.10
4
before_script:
5
- 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
@@ -40,13 +40,10 @@
40
"wrench": "~1.5.8"
41
},
42
"devDependencies": {
43
- "coveralls": "^2.11.1",
44
"grunt": "~0.4.5",
45
"grunt-contrib-clean": "~0.5.0",
46
"grunt-contrib-jshint": "~0.10.0",
47
"grunt-simple-mocha": "~0.4.0",
48
- "istanbul": "^0.3.2",
49
- "mocha": "^1.21.4",
50
"should": "~4.0.1"
51
}
52
0 commit comments