aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2018-02-12 17:34:26 -0800
committerTimo Tijhof <krinklemail@gmail.com>2018-02-12 17:34:26 -0800
commita6486aad268ed164d65e84f4f5fa7d80e1b94818 (patch)
tree5f881de73f1ef44cd86447edc084662c01e3f515 /Gruntfile.js
parentad2a5758de8754b6d0026dea9e442f4cc1c85ee9 (diff)
downloadmediawikicore-a6486aad268ed164d65e84f4f5fa7d80e1b94818.tar.gz
mediawikicore-a6486aad268ed164d65e84f4f5fa7d80e1b94818.zip
build: Add grunt target for 'karma:firefox'
The 'karma:more' doesn't seem particularly useful, but the ability to run Firefox from a preset seems more useful. Especially from CI in Travis where one might want to use only one or the other. Change-Id: I522295298888e8566781d81fa14dd08368bf0ce4
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index d1ef72f2701a..cb9a20d0a77d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -98,8 +98,8 @@ module.exports = function ( grunt ) {
chromium: {
browsers: [ 'Chromium' ]
},
- more: {
- browsers: [ 'Chrome', 'Firefox' ]
+ firefox: {
+ browsers: [ 'Firefox' ]
}
},
copy: {