This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch remove-master-branch-restriction in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit f57af9ebea7702e8bfc77226d09aaf2cde52f916 Author: Jack Li(Analytics Engineering) <[email protected]> AuthorDate: Thu May 28 23:34:17 2020 -0700 Remove master branch restriction --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e5a142..2315bc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,14 +25,14 @@ addons: install: - ./.travis/.travis_install.sh -branches: - only: - - master +#branches: +# only: +# - master stages: - test - name: deploy - if: branch = master +# if: branch = master jobs: include: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
