Skip to content

Commit

Permalink
ci: Remove duplicated browsers on SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Sep 26, 2017
1 parent 435647d commit b28db84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ module.exports = function(grunt) {
['Windows 7', 'internet explorer', '10'],
['Windows 10', 'chrome', 'latest'],
['Windows 10', 'firefox', 'latest'],
['macOS 10.12', 'safari', '10'],
['macOS 10.12', 'chrome', 'latest'],
['macOS 10.12', 'firefox', 'latest']
['macOS 10.12', 'safari', '10']
],
public: 'public',
tunnelArgs: ['--verbose'],
Expand Down

0 comments on commit b28db84

Please sign in to comment.