We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f331fb9 commit 851531aCopy full SHA for 851531a
.travis.yml
@@ -11,7 +11,7 @@ install:
11
12
script:
13
- (cd packages/dart && pub get)
14
- - (cd packages/dart && dart run build_runner build)
+ - (cd packages/dart && dart run build_runner build --delete-conflicting-outputs)
15
- (cd packages/dart && pub run test)
16
- (cd packages/flutter && flutter pub get)
17
- (cd packages/flutter && flutter test --no-pub test/)
0 commit comments