Update test.sh

gen dartdoc using the flutter styles
This commit is contained in:
Devon Carew 2015-12-14 21:31:13 -08:00
parent 6225bfa117
commit 1ef12a21d4

View File

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