Skip to content

Commit

Permalink
[core] fixing karma timeout error in travis (vmware-archive#666)
Browse files Browse the repository at this point in the history
Fixes vmware-archive#666.

Signed-off-by: Jeeyun Lim <jeeyun.lim@gmail.com>
  • Loading branch information
jeeyun committed Apr 24, 2017
1 parent 4661146 commit 3737854
Showing 1 changed file with 0 additions and 90 deletions.
90 changes: 0 additions & 90 deletions build/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,12 @@ module.exports = function (config) {

// Browsers to run on Sauce Labs
var customLaunchers = {
'SL_Chrome_Win_7': {
base: 'SauceLabs',
browserName: 'chrome',
version: 57,
platform: 'Windows 7'
},
'SL_Chrome_Win_8': {
base: 'SauceLabs',
browserName: 'chrome',
version: 57,
platform: 'Windows 8'
},
'SL_Chrome_Win_8_1': {
base: 'SauceLabs',
browserName: 'chrome',
version: 57,
platform: 'Windows 8.1'
},
'SL_Chrome_Win_10': {
base: 'SauceLabs',
browserName: 'chrome',
version: 57,
platform: 'Windows 10'
},
'SL_Chrome_56_Win_10': {
base: 'SauceLabs',
browserName: 'chrome',
version: 56,
platform: 'Windows 10'
},
'SL_Chrome_55_Win_10': {
base: 'SauceLabs',
browserName: 'chrome',
version: 55,
platform: 'Windows 10'
},
'SL_Chrome_Mac': {
base: 'SauceLabs',
browserName: 'chrome',
version: 57,
platform: 'OS X 10.11'
},
'SL_IE_11': {
base: 'SauceLabs',
browserName: 'internet explorer',
Expand All @@ -72,65 +36,11 @@ module.exports = function (config) {
version: '14',
platform: 'Windows 10'
},
'SL_FireFox_Win_7': {
base: 'SauceLabs',
browserName: 'firefox',
version: 52,
platform: 'Windows 7'
},
'SL_FireFox_Win_8': {
base: 'SauceLabs',
browserName: 'firefox',
version: 52,
platform: 'Windows 8'
},
'SL_FireFox_Win_8_1': {
base: 'SauceLabs',
browserName: 'firefox',
version: 52,
platform: 'Windows 8.1'
},
'SL_FireFox_Win_10': {
base: 'SauceLabs',
browserName: 'firefox',
version: 52,
platform: 'Windows 10'
},
'SL_FireFox_50_Win_10': {
base: 'SauceLabs',
browserName: 'firefox',
version: 50,
platform: 'Windows 10'
},
'SL_FireFox_51_Win_10': {
base: 'SauceLabs',
browserName: 'firefox',
version: 51,
platform: 'Windows 10'
},
'SL_FireFox_Mac': {
base: 'SauceLabs',
browserName: 'firefox',
version: 49,
platform: 'OS X 10.12'
},
'SL_FireFox_Linux': {
base: 'SauceLabs',
browserName: 'firefox',
version: 45,
platform: 'Linux'
},
'SL_Safari_9': {
base: 'SauceLabs',
browserName: 'safari',
version: 9,
platform: 'OS X 10.12'
},
'SL_Safari_10': {
base: 'SauceLabs',
browserName: 'safari',
version: 10,
platform: 'OS X 10.12'
}
};

Expand Down

0 comments on commit 3737854

Please sign in to comment.