mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Trying to get a green run on saucelabs
This commit is contained in:
+2
-2
@@ -51,7 +51,7 @@ module.exports = function(config) {
|
||||
// customLaunchers.SL_FirefoxDev = createCustomLauncher('firefox', 'dev');
|
||||
// customLaunchers.SL_FirefoxBeta = createCustomLauncher('firefox', 'beta');
|
||||
}
|
||||
|
||||
/*
|
||||
// Safari
|
||||
if (runAll || process.env.SAUCE_SAFARI) {
|
||||
customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
|
||||
@@ -91,7 +91,7 @@ module.exports = function(config) {
|
||||
customLaunchers.SL_Android4 = createCustomLauncher('android', '4.4', 'Linux');
|
||||
customLaunchers.SL_Android5 = createCustomLauncher('android', '5.1', 'Linux');
|
||||
}
|
||||
|
||||
//*/
|
||||
browsers = Object.keys(customLaunchers);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user