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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-05-23 11:27:36 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-23 13:54:51 +0300
commitc2b13b9c7851d62d3072989552a784e6c598580b (patch)
treea5c0bfbacca3a32af1e385f5682a9e63c5238ef2 /package.json
parentd557215b5db640ec071c0e83e59f0230224f7547 (diff)
Run coveralls only on Travis and only once.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index de20bfffb2..f96d3bf248 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"release-version": "node build/change-version.js",
"release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..",
"dist": "npm-run-all --parallel css js",
- "test": "npm-run-all dist js-test docs-compile docs-lint bundlesize coveralls",
+ "test": "npm-run-all dist js-test docs-compile docs-lint bundlesize",
"watch": "npm-run-all --parallel watch-css watch-js",
"watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css\"",
"watch-js": "nodemon --ignore scss/ --ignore js/dist/ --ignore dist/ -e js -x \"npm run js-compile\""