[Gitlab CI] Don't allow analyzer to fail

This commit is contained in:
Christian Pauly 2019-06-27 12:34:50 +02:00
parent be2265f226
commit f3cc68fb6e
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ code_analyze:
dependencies: []
script:
- flutter analyze
allow_failure: true
builddocs:
stage: builddocs