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:41 UTC

[incubator-pinot] branch remove-master-branch-restriction created (now f57af9e)

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a change to branch remove-master-branch-restriction
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at f57af9e  Remove master branch restriction

This branch includes the following new commits:

     new f57af9e  Remove master branch restriction

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


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

Posted by jl...@apache.org.
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