Skip to content

Commit

Permalink
Upgrade Flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Dec 15, 2020
1 parent 4108f07 commit cdf4454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ task:
- git clone https://github.com/flutter/flutter.git
- git fetch origin master
- export PATH=`pwd`/flutter/bin:`pwd`/flutter/bin/cache/dart-sdk/bin:$PATH
- flutter upgrade
- flutter precache
- flutter doctor
- pub global activate flutter_plugin_tools
Expand Down
6 changes: 6 additions & 0 deletions packages/pigeon/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ test_null_safe_dart() {
rm -rf $temp_dir
}

###############################################################################
# Upgrade Flutter
###############################################################################
flutter upgrade
flutter doctor

###############################################################################
# Dart analysis and unit tests
###############################################################################
Expand Down

0 comments on commit cdf4454

Please sign in to comment.