mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Test single latest browser version
Cuts down the number of concurrent Sauce Labs VMs we need to spin up. Can add specific versions back in to target regressions if need be.
This commit is contained in:
parent
998bbbcc0e
commit
a051e59fb9
1 changed files with 6 additions and 6 deletions
|
@ -17,18 +17,18 @@ plugins:
|
|||
browsers:
|
||||
Google Chrome:
|
||||
os: Mac, Windows
|
||||
version: -2
|
||||
version: -1
|
||||
Firefox:
|
||||
os: Mac, Windows
|
||||
version: -2
|
||||
version: -1
|
||||
Safari:
|
||||
platform: Mac
|
||||
version: -3
|
||||
version: -1
|
||||
Microsoft Edge:
|
||||
version: -2
|
||||
version: -1
|
||||
Internet Explorer:
|
||||
version: 11
|
||||
iPhone:
|
||||
version: [9.2, 8.4]
|
||||
version: -1
|
||||
Motorola Droid 4 Emulator:
|
||||
version: [5.1, 4.4]
|
||||
version: -1
|
||||
|
|
Loading…
Reference in a new issue