[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Enable testing on both master and stable #2197

Merged
merged 14 commits into from
Oct 16, 2019
Merged
Prev Previous commit
Next Next commit
fix ios command
  • Loading branch information
collinjackson committed Oct 15, 2019
commit 13031ce713e48027a0bc9ebd2ada1953f5885850
7 changes: 4 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ task:
image: mojave-xcode-10.2-flutter
setup_script:
- pod repo update
matrix:
FLUTTER_CHANNEL: "master"
FLUTTER_CHANNEL: "stable"
env:
matrix:
FLUTTER_CHANNEL: "master"
FLUTTER_CHANNEL: "stable"
upgrade_script:
- flutter channel $FLUTTER_CHANNEL
- flutter upgrade
Expand Down