Skip to content

Commit b28db84

Browse files
committed
ci: Remove duplicated browsers on SauceLabs
1 parent 435647d commit b28db84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,7 @@ module.exports = function(grunt) {
229229
['Windows 7', 'internet explorer', '10'],
230230
['Windows 10', 'chrome', 'latest'],
231231
['Windows 10', 'firefox', 'latest'],
232-
['macOS 10.12', 'safari', '10'],
233-
['macOS 10.12', 'chrome', 'latest'],
234-
['macOS 10.12', 'firefox', 'latest']
232+
['macOS 10.12', 'safari', '10']
235233
],
236234
public: 'public',
237235
tunnelArgs: ['--verbose'],

0 commit comments

Comments
 (0)