Author: sboehme
Date: Wed Nov  9 15:31:49 2016
New Revision: 1768988

URL: http://svn.apache.org/viewvc?rev=1768988&view=rev
Log:
SLING-6252 Resource Editor :: Fixed karma frontend build

Modified:
    sling/trunk/contrib/explorers/resourceeditor/frontend/karma.conf.ci.js

Modified: sling/trunk/contrib/explorers/resourceeditor/frontend/karma.conf.ci.js
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/resourceeditor/frontend/karma.conf.ci.js?rev=1768988&r1=1768987&r2=1768988&view=diff
==============================================================================
--- sling/trunk/contrib/explorers/resourceeditor/frontend/karma.conf.ci.js 
(original)
+++ sling/trunk/contrib/explorers/resourceeditor/frontend/karma.conf.ci.js Wed 
Nov  9 15:31:49 2016
@@ -3,7 +3,7 @@ module.exports = function(config) {
   config.set({
            runnerPort: 9999,
            singleRun: true,
-           browsers: ['Chrome', 'Firefox', 'PhantomJS'],
+           browsers: ['PhantomJS'],
            reporters: ["spec"],
            specReporter: {maxLogLines: 5},
            plugins : ['karma-jasmine', 'karma-phantomjs-launcher', 
'karma-chrome-launcher', 'karma-firefox-launcher', 'karma-ie-launcher', 


Reply via email to