Update test.sh
gen dartdoc using the flutter styles
This commit is contained in:
parent
6225bfa117
commit
1ef12a21d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user