We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa52933 commit 74fa66fCopy full SHA for 74fa66f
package.json
@@ -338,7 +338,7 @@
338
"karma-mocha": "^1.3.0",
339
"karma-phantomjs-launcher": "0.2.3",
340
"karma-spec-reporter": "0.0.26",
341
- "nyc": "^10.0.0",
+ "nyc": "^11.2.1",
342
"os-name": "^2.0.1",
343
"phantomjs": "1.9.8",
344
"readable-stream": "2.2.11",
scripts/travis-before-script.sh
@@ -2,6 +2,3 @@
2
3
# bundle artifacts to AWS go here
4
mkdir -p .karma
5
-
6
-# because https://github.com/istanbuljs/nyc/pull/664
7
-mkdir -p .nyc_output
0 commit comments