Commit 219e1318 authored by Seth Ladd's avatar Seth Ladd

Use a newer version of dartdoc

parent 2ab40e63
......@@ -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
......
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