mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 20:29:24 +00:00
fix(web): someone (me) accidentally left Web CI in a testing state
This commit is contained in:
parent
0a8a964ce2
commit
b18b3bfbf5
1 changed files with 4 additions and 10 deletions
|
|
@ -122,16 +122,10 @@ module.exports = function(config) {
|
|||
/*
|
||||
* Final selection of the sets to be used for BrowserStack testing.
|
||||
*/
|
||||
// var FINAL_LAUNCHER_DEFS = mergeLaunchers( CURRENT_ANDROID_LAUNCHERS,
|
||||
// CURRENT_IOS_LAUNCHERS,
|
||||
// CURRENT_WIN_LAUNCHERS,
|
||||
// CURRENT_MAC_LAUNCHERS);
|
||||
|
||||
var FINAL_LAUNCHER_DEFS = mergeLaunchers(
|
||||
{
|
||||
bs_edge_win: CURRENT_WIN_LAUNCHERS.bs_edge_win
|
||||
}
|
||||
);
|
||||
var FINAL_LAUNCHER_DEFS = mergeLaunchers( CURRENT_ANDROID_LAUNCHERS,
|
||||
CURRENT_IOS_LAUNCHERS,
|
||||
CURRENT_WIN_LAUNCHERS,
|
||||
CURRENT_MAC_LAUNCHERS);
|
||||
|
||||
var FINAL_BROWSER_LIST = toBrowserList(FINAL_LAUNCHER_DEFS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue