diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2018-02-12 17:34:26 -0800 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2018-02-12 17:34:26 -0800 |
commit | a6486aad268ed164d65e84f4f5fa7d80e1b94818 (patch) | |
tree | 5f881de73f1ef44cd86447edc084662c01e3f515 /Gruntfile.js | |
parent | ad2a5758de8754b6d0026dea9e442f4cc1c85ee9 (diff) | |
download | mediawikicore-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.js | 4 |
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: { |