Commit 2ab40e63 authored by Devon Carew's avatar Devon Carew

Merge pull request #931 from flutter/devoncarew-patch-1

Update test.sh
parents 6225bfa1 1ef12a21
......@@ -21,7 +21,7 @@ flutter test --flutter-repo
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
if [ $TRAVIS_BRANCH = "master" ]; then
(cd packages/flutter; dartdoc)
(cd packages/flutter; 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