1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Set retries to 0

This commit is contained in:
squidfunk 2017-02-10 14:20:34 +01:00
parent 2b0b90c5e9
commit 26d2ae36e3

View File

@ -87,7 +87,6 @@ export default (gulp, config, args) => {
/* Increase retries to omit flaky tests and make results public */
if (process.env.CI && process.env.TRAVIS) {
gemini.browsers[key].retry = 1
caps.public = "public"
}
}