Skip to content

Commit 74fa66f

Browse files
committed
update nyc to latest; remove workaround in travis script
1 parent aa52933 commit 74fa66f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"karma-mocha": "^1.3.0",
339339
"karma-phantomjs-launcher": "0.2.3",
340340
"karma-spec-reporter": "0.0.26",
341-
"nyc": "^10.0.0",
341+
"nyc": "^11.2.1",
342342
"os-name": "^2.0.1",
343343
"phantomjs": "1.9.8",
344344
"readable-stream": "2.2.11",

scripts/travis-before-script.sh

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22

33
# bundle artifacts to AWS go here
44
mkdir -p .karma
5-
6-
# because https://github.com/istanbuljs/nyc/pull/664
7-
mkdir -p .nyc_output

0 commit comments

Comments
 (0)