Commit 070b227b authored by Seth Ladd's avatar Seth Ladd

call dartdoc with a more explicit path

parent 219e1318
......@@ -22,8 +22,7 @@ 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)
(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
......
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