Commit aa904a58 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Re-enable coverage and docs uploading (#10995)

Fixes #10940
parent 76a50fe0
...@@ -22,8 +22,7 @@ env: ...@@ -22,8 +22,7 @@ env:
before_script: before_script:
- ./dev/bots/travis_setup.sh - ./dev/bots/travis_setup.sh
script: script:
# TODO(tvolkert): Re-enable `&& ./dev/bots/travis_upload.sh` - (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh)
- (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart)
cache: cache:
directories: directories:
- $HOME/.pub-cache - $HOME/.pub-cache
...@@ -5,11 +5,10 @@ echo $KEY_FILE | base64 --decode > ../gcloud_key_file.json ...@@ -5,11 +5,10 @@ echo $KEY_FILE | base64 --decode > ../gcloud_key_file.json
set -x set -x
# TODO(tvolkert): Re-enable once this is able to successfully run on Travis if [ -n "$TRAVIS" ]; then
#if [ -n "$TRAVIS" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then export CLOUDSDK_CORE_DISABLE_PROMPTS=1
# export CLOUDSDK_CORE_DISABLE_PROMPTS=1 curl https://sdk.cloud.google.com | bash
# curl https://sdk.cloud.google.com | bash fi
#fi
# disable analytics on the bots and download Flutter dependencies # disable analytics on the bots and download Flutter dependencies
./bin/flutter config --no-analytics ./bin/flutter config --no-analytics
......
...@@ -23,7 +23,7 @@ Future<Null> main(List<String> args) async { ...@@ -23,7 +23,7 @@ Future<Null> main(List<String> args) async {
final String objcdocUrl = final String objcdocUrl =
'https://storage.googleapis.com/flutter_infra/flutter/$engineVersion/ios-objcdoc.zip'; 'https://storage.googleapis.com/flutter_infra/flutter/$engineVersion/ios-objcdoc.zip';
generateDocs( generateDocs(
objcdocUrl, 'objcdoc', 'objc/Classes/FlutterViewController.html'); objcdocUrl, 'objcdoc', 'Classes/FlutterViewController.html');
} }
Future<Null> generateDocs( Future<Null> generateDocs(
......
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