You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/05/29 06:34:42 UTC

[incubator-pinot] 01/01: Remove master branch restriction

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) <jl...@jlli-mn1.linkedin.biz>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org