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

travis-before-install.sh « scripts « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9913070ae961770f6bb408bbc4f5ec0e8c98caf9 (plain)
1
2
3
4
5
#!/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