This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch hotfix_chunkwriter_realtime in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit f6a34765160212e31e9e14f3948511747c9ef541 Author: Siddharth Teotia <steo...@steotia-mn1.linkedin.biz> AuthorDate: Thu May 28 23:40:03 2020 -0700 remove master branch restriction in travis.yml --- .travis.yml | 8 ++++---- pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 1 - 2 files changed, 4 insertions(+), 5 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: diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index 2f598e1..5cad052 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -29,7 +29,6 @@ <relativePath>..</relativePath> </parent> <artifactId>pinot-adls</artifactId> - <groupId>org.apache.pinot.plugins</groupId> <name>Pinot Azure Data Lake Storage</name> <url>https://pinot.apache.org/</url> <properties> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org