Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 8b4457e

Browse files
ci: change seo treshold due to canonical handling
1 parent 6ce55ae commit 8b4457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- stage: lighthouse
1717
if: type = pull_request
1818
install: yarn add --dev ebidel/lighthousebot wait-for-netlify-preview
19-
script: lighthousebot --perf=90 --pwa=90 --a11y=90 --bp=93 --seo=90 "$(wait-for-netlify-preview)"
19+
script: lighthousebot --perf=90 --pwa=90 --a11y=90 --bp=93 --seo=80 "$(wait-for-netlify-preview)"

0 commit comments

Comments
 (0)