Merge pull request #937 from flutter/sethladd-patch-1
Use a newer version of dartdoc
This commit is contained in:
commit
7dd28659b2
@ -21,7 +21,8 @@ flutter test --flutter-repo
|
|||||||
|
|
||||||
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
|
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
|
||||||
if [ $TRAVIS_BRANCH = "master" ]; then
|
if [ $TRAVIS_BRANCH = "master" ]; then
|
||||||
(cd packages/flutter; dartdoc --header=doc/styles.html)
|
pub global activate dartdoc 0.8.4
|
||||||
|
(cd packages/flutter; ~/.pub-cache/bin/dartdoc --header=doc/styles.html)
|
||||||
|
|
||||||
GSUTIL=$HOME/google-cloud-sdk/bin/gsutil
|
GSUTIL=$HOME/google-cloud-sdk/bin/gsutil
|
||||||
GCLOUD=$HOME/google-cloud-sdk/bin/gcloud
|
GCLOUD=$HOME/google-cloud-sdk/bin/gcloud
|
||||||
|
Loading…
x
Reference in New Issue
Block a user