Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test on master and stable
  • Loading branch information
Emmanuel Garcia committed Feb 2, 2021
commit 228749a4cfb250017fea6c68f7174f6dcebbc2b5
5 changes: 4 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ task:
image: catalina-flutter
env:
PATH: $PATH:/usr/local/bin
matrix:
CHANNEL: "master"
CHANNEL: "stable"
setup_script:
- git clone https://github.com/flutter/flutter.git
- git fetch origin master
Expand All @@ -82,7 +85,7 @@ task:
upgrade_script:
- pod repo update
- git fetch origin master
- flutter channel master
- flutter channel $CHANNEL
- flutter upgrade
build_script:
- flutter doctor
Expand Down