From d175b38f0bb9818dd8c8df0c5497977e33149a0a Mon Sep 17 00:00:00 2001 From: Mark Liu Date: Fri, 27 Sep 2019 13:29:44 -0700 Subject: [PATCH] Enable logging for gcs deploy --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 66d7946..3df74f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,5 +99,7 @@ deploy: skip_cleanup: true acl: public-read local-dir: wheelhouse + edge: + branch: master on: all_branches: true