Skip to content

Commit

Permalink
Update .cirrus.yml (flutter#10056)
Browse files Browse the repository at this point in the history
Fix for Flutter Web tests
  • Loading branch information
dnfield authored Jul 23, 2019
1 parent 8ed5da8 commit 6603dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6603dbd

Please sign in to comment.