aboutsummaryrefslogtreecommitdiffstats
path: root/karma-jquery.conf.js
diff options
context:
space:
mode:
authorVojta Jina2013-06-28 16:36:30 -0700
committerVojta Jina2013-06-28 16:36:30 -0700
commit9a77d030471939464cd8ee1fb4b1af0a3532d799 (patch)
treeb16f7e908b02c339b1882e780a09ea9562ee3ff7 /karma-jquery.conf.js
parent8efcec67ccef8d37a474427dd8cf8d9d39ffcf72 (diff)
downloadangular.js-9a77d030471939464cd8ee1fb4b1af0a3532d799.tar.bz2
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.
Diffstat (limited to 'karma-jquery.conf.js')
-rw-r--r--karma-jquery.conf.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/karma-jquery.conf.js b/karma-jquery.conf.js
index 236824f7..126b3e1d 100644
--- a/karma-jquery.conf.js
+++ b/karma-jquery.conf.js
@@ -13,4 +13,6 @@ module.exports = function(config) {
suite: 'jQuery'
}
});
+
+ config.sauceLabs.testName = 'AngularJS: jQuery';
};