Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mocha-3.1.0/scripts/travis-before-install.sh')
-rw-r--r--tests/lib/mocha-3.1.0/scripts/travis-before-install.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/lib/mocha-3.1.0/scripts/travis-before-install.sh b/tests/lib/mocha-3.1.0/scripts/travis-before-install.sh
deleted file mode 100644
index 9913070ae9..0000000000
--- a/tests/lib/mocha-3.1.0/scripts/travis-before-install.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-
-npm install --production
-# this avoids our mocha.opts (and thus devDependencies) in a roundabout way
-./bin/mocha --opts /dev/null --reporter spec test/sanity/sanity.spec.js