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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c24b6f  Build distribution separately (#10841)
6c24b6f is described below

commit 6c24b6f0234a2ed898d78e79e5e4291b684d9af9
Author: Jihoon Son <[email protected]>
AuthorDate: Thu Feb 4 15:01:47 2021 -0800

    Build distribution separately (#10841)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ffb6c1d..1a5a3f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ addons:
 # Add various options to make 'mvn install' fast and skip javascript compile 
(-Ddruid.console.skip=true) since it is not
 # needed. Depending on network speeds, "mvn -q install" may take longer than 
the default 10 minute timeout to print any
 # output.  To compensate, use travis_wait to extend the timeout.
-install: MAVEN_OPTS='-Xmx3000m' travis_wait 15 ${MVN} clean install -q -ff 
${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C
+install: MAVEN_OPTS='-Xmx3000m' travis_wait 15 ${MVN} clean install -q -ff -pl 
'!distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C && ${MVN} install -q -ff 
-pl 'distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
 
 stages:
   - name: test  # jobs that do not specify a stage get this default value


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to