mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a051e59fb9
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.
34 lines
601 B
YAML
34 lines
601 B
YAML
load_paths:
|
|
- app/assets/javascripts
|
|
- test/javascript/src
|
|
- test/javascript/vendor
|
|
|
|
logical_paths:
|
|
- test.js
|
|
|
|
build:
|
|
logical_paths:
|
|
- action_cable.js
|
|
path: lib/assets/compiled
|
|
clean: true
|
|
|
|
plugins:
|
|
sauce_labs:
|
|
browsers:
|
|
Google Chrome:
|
|
os: Mac, Windows
|
|
version: -1
|
|
Firefox:
|
|
os: Mac, Windows
|
|
version: -1
|
|
Safari:
|
|
platform: Mac
|
|
version: -1
|
|
Microsoft Edge:
|
|
version: -1
|
|
Internet Explorer:
|
|
version: 11
|
|
iPhone:
|
|
version: -1
|
|
Motorola Droid 4 Emulator:
|
|
version: -1
|