Use a newer version of dartdoc

This commit is contained in:
Seth Ladd 2015-12-15 09:24:13 -08:00
parent 2ab40e63ba
commit 219e1318bb

View File

@ -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