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

[incubator-pinot] 01/01: remove master branch restriction in travis.yml

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

siddteotia pushed a commit to branch hotfix_chunkwriter_realtimegi
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 48553ab557c7c0c4bffbce796f9f901fe3870a0f
Author: Siddharth Teotia <st...@steotia-mn1.linkedin.biz>
AuthorDate: Thu May 28 23:40:03 2020 -0700

    remove master branch restriction in travis.yml
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 84dfceb..a72e68e 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