File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
77 sdk : ' >=1.12.0 <2.0.0'
88dependencies :
99 analyzer : ' ^0.27.3-alpha.1'
10- build : ^0.2.0
10+ build : ^0.2.1
1111 cli_util : ^0.0.1
1212 dart_style : ' >=0.1.7 <0.3.0'
1313 path : ^1.3.2
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ import 'package:build/build.dart';
88import 'phases.dart' ;
99
1010main () async {
11- build (phases);
11+ build (phases, deleteFilesByDefault : true );
1212}
Original file line number Diff line number Diff line change 1010pub run test
1111
1212# Run the build.dart file - just to make sure it works
13- echo y | dart --checked build.dart
13+ dart --checked build.dart
1414
1515# Install dart_coveralls; gather and send coverage data.
1616if [ " $COVERALLS_TOKEN " ] && [ " $TRAVIS_DART_VERSION " = " stable" ]; then
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ import 'package:build/build.dart';
88import 'phases.dart' ;
99
1010main () {
11- watch (phases);
11+ watch (phases, deleteFilesByDefault : true );
1212}
You can’t perform that action at this time.
0 commit comments