Skip to content

Commit 851531a

Browse files
committed
Update .travis.yml
1 parent f331fb9 commit 851531a

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
@@ -11,7 +11,7 @@ install:
1111

1212
script:
1313
- (cd packages/dart && pub get)
14-
- (cd packages/dart && dart run build_runner build)
14+
- (cd packages/dart && dart run build_runner build --delete-conflicting-outputs)
1515
- (cd packages/dart && pub run test)
1616
- (cd packages/flutter && flutter pub get)
1717
- (cd packages/flutter && flutter test --no-pub test/)

0 commit comments

Comments
 (0)