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:
Roman Hotsiy 2017-06-26 15:59:20 +03:00
parent 8221cf8204
commit 10cdfe59ee
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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,