aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-04 12:15:19 +0200
committerXhmikosR <[email protected]>2018-11-04 15:40:09 +0200
commit497766a3a6ec281b3e286ee6b02f81bc5c251895 (patch)
treeaf8fbcdcb3dfe0a0238fd44f4ac893a1ece4c251 /package.json
parentca47a21b707ff6f88aa119554374c48c9a5ef08f (diff)
downloadbootstrap-497766a3a6ec281b3e286ee6b02f81bc5c251895.tar.xz
bootstrap-497766a3a6ec281b3e286ee6b02f81bc5c251895.zip
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 ae21379ab..1013433c0 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",