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.
This commit is contained in:
Vojta Jina
2013-06-25 13:50:45 -07:00
parent 976edc1fc4
commit 33223e26a0
10 changed files with 75 additions and 4 deletions
+2
View File
@@ -33,4 +33,6 @@ module.exports = function(config) {
suite: 'Docs'
}
});
config.sauceLabs.testName = 'AngularJS: docs';
};