Skip to content

Commit 976c5ce

Browse files
Add Safari 9, 10 and 11 to Sauce Labs tests
1 parent 1760835 commit 976c5ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Gruntfile.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,18 @@ module.exports = function (grunt) {
167167
browserName: 'safari',
168168
platform: 'OS X 10.10',
169169
version: '8.0'
170+
}, {
171+
browserName: 'safari',
172+
platform: 'OS X 10.11',
173+
version: '9.0'
174+
}, {
175+
browserName: 'safari',
176+
platform: 'OS X 10.11',
177+
version: '10.0'
178+
}, {
179+
browserName: 'safari',
180+
platform: 'OS X 10.12',
181+
version: '11.0'
170182
}, {
171183
browserName: 'firefox',
172184
platform: 'OS X 10.11',

0 commit comments

Comments
 (0)