Unverified Commit be60996a authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Add a space to the Flutter SDK path on Travis (#14613)

Ensures we don't regress https://github.com/flutter/flutter/issues/6577.
parent 70ed718f
......@@ -49,6 +49,13 @@ if [ -n "$TRAVIS" ]; then
fi
fi
# rename the SDK directory to include a space
echo "Renaming Flutter checkout directory to 'flutter sdk'"
cd ..
mv flutter flutter\ sdk
cd flutter\ sdk
echo "SDK directory is: $PWD"
# disable analytics on the bots and download Flutter dependencies
./bin/flutter config --no-analytics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment