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

Always use the latest Flutter available #415

Merged
merged 1 commit into from
Mar 12, 2018
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ container:
image: cirrusci/flutter:latest

task:
upgrade_script:
- flutter channel master
- flutter upgrade
activate_script: pub global activate flutter_plugin_tools
matrix:
- name: test+format
Expand Down