Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit b6d3763

Browse files
kevmooferhatb
authored andcommitted
Don't fail on warnings in the gold SDK
We shouldn't have errors, but we should lean towards the dev release ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152153305
1 parent 05e695f commit b6d3763

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
@@ -29,7 +29,7 @@ matrix:
2929
dartanalyzer: --fatal-warnings lib
3030
- dart: stable
3131
dart_task:
32-
dartanalyzer: --fatal-warnings lib
32+
dartanalyzer:
3333
cache:
3434
directories:
3535
- $HOME/.pub-cache

0 commit comments

Comments
 (0)