mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Update baseline for Edge and adjust run script
This commit is contained in:
parent
885053bfbd
commit
854663ff03
@ -85,10 +85,9 @@ export default (gulp, config, args) => {
|
||||
caps.public = "private"
|
||||
caps.name = id
|
||||
|
||||
/* Increase retries to omit flaky tests and make results public */
|
||||
if (process.env.CI && process.env.TRAVIS) {
|
||||
/* Adjust configuration for Travis CI */
|
||||
if (process.env.CI && process.env.TRAVIS)
|
||||
caps.public = "public"
|
||||
}
|
||||
}
|
||||
|
||||
/* Start Gemini and return runner upon finish */
|
||||
@ -99,7 +98,7 @@ export default (gulp, config, args) => {
|
||||
|
||||
/* Return runner for graceful stop */
|
||||
.then(status => {
|
||||
error = status.errored > 0
|
||||
error = status.failed + status.errored > 0
|
||||
return runner
|
||||
})
|
||||
})
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user