From 6603dbd4c404e141c5194cbfee254df53c8f6c68 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Tue, 23 Jul 2019 10:14:18 -0700 Subject: [PATCH] Update .cirrus.yml (#10056) Fix for Flutter Web tests --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 30bc6bc7f32..ce4ddab8478 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -40,6 +40,7 @@ task: git clone https://github.com/flutter/flutter.git test_web_script: | cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web + ../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web ../../../bin/flutter --local-engine=host_debug_unopt build web -v test_framework_script: | cd $FRAMEWORK_PATH/flutter/packages/flutter