cirrusci/flutter:stable image instead of dart image

This commit is contained in:
broodjeaap 2020-06-13 22:15:50 +02:00
parent 1a5606c506
commit ea1156b436

View file

@ -4,7 +4,7 @@ name: default
steps:
- name: test
image: google/dart
image: cirrusci/flutter:stable
commands:
- flutter pub get
- flutter pub run test