mirror of
https://github.com/flutter/flutter.git
synced 2026-02-13 22:31:34 +08:00
Use a newer version of dartdoc
This commit is contained in:
parent
2ab40e63ba
commit
219e1318bb
@ -21,6 +21,8 @@ flutter test --flutter-repo
|
||||
|
||||
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
|
||||
if [ $TRAVIS_BRANCH = "master" ]; then
|
||||
pub global activate dartdoc 0.8.4
|
||||
export PATH="$PATH":"~/.pub-cache/bin"
|
||||
(cd packages/flutter; dartdoc --header=doc/styles.html)
|
||||
|
||||
GSUTIL=$HOME/google-cloud-sdk/bin/gsutil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user