mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: downgrade ff to 45 to fix e2e tests
FF after 45 crashes when selenium tries to get browser logs
This commit is contained in:
parent
8221cf8204
commit
10cdfe59ee
|
@ -54,7 +54,7 @@ if (travis) {
|
|||
},{
|
||||
browserName: 'firefox',
|
||||
platform: 'Windows 10',
|
||||
'version': '48.0',
|
||||
version: '45.0',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Firefox Latest/Win build ' + process.env.TRAVIS_BUILD_NUMBER,
|
||||
|
|
Loading…
Reference in New Issue
Block a user