You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:24:03 UTC

[sling-org-apache-sling-resource-editor] 47/50: SLING-6252 Resource Editor :: Fixed karma frontend build

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git

commit 9646711f751bdb684b522d65ea025b0252a630bb
Author: Sandro Boehme <sb...@apache.org>
AuthorDate: Wed Nov 9 15:31:49 2016 +0000

    SLING-6252 Resource Editor :: Fixed karma frontend build
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1768988 13f79535-47bb-0310-9956-ffa450edef68
---
 frontend/karma.conf.ci.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/karma.conf.ci.js b/frontend/karma.conf.ci.js
index cb6f5e1..781abc4 100644
--- a/frontend/karma.conf.ci.js
+++ b/frontend/karma.conf.ci.js
@@ -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', 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.