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-11-04 13:15:19 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-04 16:40:09 +0300
commit497766a3a6ec281b3e286ee6b02f81bc5c251895 (patch)
treeaf8fbcdcb3dfe0a0238fd44f4ac893a1ece4c251 /package.json
parentca47a21b707ff6f88aa119554374c48c9a5ef08f (diff)
Travis: stop using a separate stage for Browser tests.
This should be faster.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index ae21379abc..1013433c0b 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,6 @@
"js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
"js-test-karma-bundle": "cross-env BUNDLE=true npm run js-test-karma",
"js-test-karma-bundle-old": "cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma",
- "prejs-test-cloud": "npm run js-compile && npm run js-test-karma",
"js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
"lint": "npm-run-all --parallel js-lint* css-lint*",
"coveralls": "shx cat js/coverage/lcov.info | coveralls",