From 33223e26a0c6e73bddbc112829f35f373f97b10d Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 25 Jun 2013 13:50:45 -0700 Subject: chore: set up Sauce Labs with Travis This should not affect the Jenkins build at all. Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any browser/platform that Sauce Labs offers. --- karma-jqlite.conf.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'karma-jqlite.conf.js') diff --git a/karma-jqlite.conf.js b/karma-jqlite.conf.js index d3a297a8..bf190f5e 100644 --- a/karma-jqlite.conf.js +++ b/karma-jqlite.conf.js @@ -13,4 +13,6 @@ module.exports = function(config) { suite: 'jqLite' } }); + + config.sauceLabs.testName = 'AngularJS: jqLite'; }; -- cgit v1.2.3