提交 ea673057 编写于 作者: M Matt Zabriskie

Trying to get a green run on saucelabs

上级 03f29117
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册