This commit is contained in:
Adam Barth
2015-12-05 14:41:16 -08:00
parent d0a5536abb
commit 83ba426363

View File

@@ -16,7 +16,7 @@ set -ex
# (cd packages/updater; ) # No tests to run.
if [ $TRAVIS_PULL_REQUEST = "false" ]; then
if [ $TRAVIS_BRANCH = "master"]; then
if [ $TRAVIS_BRANCH = "master" ]; then
(cd packages/flutter; dartdoc)
GSUTIL=$HOME/google-cloud-sdk/bin/gsutil