Commit 7dd28659 authored by Seth Ladd's avatar Seth Ladd

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

Use a newer version of dartdoc
parents 863b5b8b 070b227b
...@@ -21,7 +21,8 @@ flutter test --flutter-repo ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment