This reverts commit b800654ad5991d0c4cca34f347af03e65a6dc0be.
This commit is contained in:
parent
b800654ad5
commit
f5f795c2f2
@ -1,6 +1,6 @@
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
sudo: required
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
# sky_shell binary depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
|
# sky_shell binary depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
|
||||||
@ -22,7 +22,8 @@ env:
|
|||||||
before_script:
|
before_script:
|
||||||
- ./dev/bots/travis_setup.sh
|
- ./dev/bots/travis_setup.sh
|
||||||
script:
|
script:
|
||||||
- (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh)
|
# TODO(tvolkert): Re-enable `&& ./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,10 +5,11 @@ echo $KEY_FILE | base64 --decode > ../gcloud_key_file.json
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
if [ -n "$TRAVIS" ]; then
|
# TODO(tvolkert): Re-enable once this is able to successfully run on Travis
|
||||||
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
#if [ -n "$TRAVIS" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||||
curl https://sdk.cloud.google.com | bash
|
# export CLOUDSDK_CORE_DISABLE_PROMPTS=1
|
||||||
fi
|
# curl https://sdk.cloud.google.com | bash
|
||||||
|
#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 {
|
|||||||
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', 'Classes/FlutterViewController.html');
|
objcdocUrl, 'objcdoc', 'objc/Classes/FlutterViewController.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<Null> generateDocs(
|
Future<Null> generateDocs(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user