diff options
| author | Vojta Jina | 2013-06-25 13:50:45 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2013-06-28 11:43:38 -0700 | 
| commit | 33223e26a0c6e73bddbc112829f35f373f97b10d (patch) | |
| tree | 20305c84130daff5939ee403870cb13d0cb4aaac /karma-jqlite.conf.js | |
| parent | 976edc1fc4d4c373bcecddd0389fe94dd528eb4e (diff) | |
| download | angular.js-33223e26a0c6e73bddbc112829f35f373f97b10d.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-jqlite.conf.js')
| -rw-r--r-- | karma-jqlite.conf.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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';  }; | 
