You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/04/08 03:12:28 UTC

[incubator-druid] branch master updated: add travis check to make sure -Pdist works (#7418)

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

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7778f29  add travis check to make sure -Pdist works (#7418)
7778f29 is described below

commit 7778f29781cb5a4d96e09e2f0bd67570ffc7f38a
Author: Clint Wylie <cj...@gmail.com>
AuthorDate: Sun Apr 7 20:12:23 2019 -0700

    add travis check to make sure -Pdist works (#7418)
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 3a871a3..8406d40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,12 @@ matrix:
       # Strict compilation requires more than 2 GB
       script: MAVEN_OPTS='-Xmx3000m' mvn clean -Pstrict -pl '!benchmarks' compile test-compile -B --fail-at-end
 
+    # packaging check
+    - env:
+        - NAME="packaging check"
+      install: true
+      script: MAVEN_OPTS='-Xmx3000m' mvn -DskipTests -Dforbiddenapis.skip=true -Dcheckstyle.skip=true -Dpmd.skip=true -Dmaven.javadoc.skip=true -pl '!benchmarks' -B --fail-at-end clean install -Pdist
+
       # processing module test
     - env:
         - NAME="processing module test"


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