mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 16:22:27 +03:00
chore: try fix chrome headless on travis
This commit is contained in:
parent
5925431dbf
commit
e6e1be0dfe
|
@ -32,7 +32,6 @@ module.exports = function(config) {
|
||||||
{ pattern: 'tests/schemas/**/*.json', included: false },
|
{ pattern: 'tests/schemas/**/*.json', included: false },
|
||||||
{ pattern: 'tests/schemas/**/*.yml', included: false },
|
{ pattern: 'tests/schemas/**/*.yml', included: false },
|
||||||
{ pattern: 'lib/**/*.html', included: false },
|
{ pattern: 'lib/**/*.html', included: false },
|
||||||
{ pattern: 'lib/**/*.css', included: false },
|
|
||||||
],
|
],
|
||||||
|
|
||||||
proxies: {
|
proxies: {
|
||||||
|
@ -46,7 +45,13 @@ module.exports = function(config) {
|
||||||
? ['mocha', 'coverage', 'remap-coverage', 'coveralls']
|
? ['mocha', 'coverage', 'remap-coverage', 'coveralls']
|
||||||
: ['mocha', 'coverage', 'remap-coverage'],
|
: ['mocha', 'coverage', 'remap-coverage'],
|
||||||
|
|
||||||
browsers: ['ChromeHeadless'],
|
browsers: ['ChromeHeadlessNoSandbox'],
|
||||||
|
customLaunchers: {
|
||||||
|
ChromeHeadlessNoSandbox: {
|
||||||
|
base: 'ChromeHeadless',
|
||||||
|
flags: ['--no-sandbox']
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
browserNoActivityTimeout: 60000,
|
browserNoActivityTimeout: 60000,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user