diff --git a/package.json b/package.json index e9860604f0..1995c1ad6f 100644 --- a/package.json +++ b/package.json @@ -338,7 +338,7 @@ "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "0.2.3", "karma-spec-reporter": "0.0.26", - "nyc": "^10.0.0", + "nyc": "^11.2.1", "os-name": "^2.0.1", "phantomjs": "1.9.8", "readable-stream": "2.2.11", diff --git a/scripts/travis-before-script.sh b/scripts/travis-before-script.sh index 3ed55382b5..3e8a45c0bf 100755 --- a/scripts/travis-before-script.sh +++ b/scripts/travis-before-script.sh @@ -2,6 +2,3 @@ # bundle artifacts to AWS go here mkdir -p .karma - -# because https://github.com/istanbuljs/nyc/pull/664 -mkdir -p .nyc_output