Merge pull request #937 from flutter/sethladd-patch-1

Use a newer version of dartdoc
This commit is contained in:
Seth Ladd 2015-12-15 13:21:12 -08:00
commit 7dd28659b2

View File

@ -21,7 +21,8 @@ flutter test --flutter-repo
if [ $TRAVIS_PULL_REQUEST = "false" ]; 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
GCLOUD=$HOME/google-cloud-sdk/bin/gcloud