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

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


The following commit(s) were added to refs/heads/master by this push:
     new a43e670  ARROW-3083: [CI] Use higher clone depth to pick up tags [skip 
appveyor]
a43e670 is described below

commit a43e67006a4df07b7379593a288cd586890269af
Author: Korn, Uwe <[email protected]>
AuthorDate: Mon Aug 20 01:23:32 2018 -0400

    ARROW-3083: [CI] Use higher clone depth to pick up tags [skip appveyor]
    
    Author: Korn, Uwe <[email protected]>
    
    Closes #2447 from xhochy/ARROW-3083 and squashes the following commits:
    
    5234b6d9 <Korn, Uwe> ARROW-3083:  Use higher clone depth to pick up tags
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 940a960..600fde4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,10 @@ cache:
   directories:
     - $HOME/.m2  # Maven
 
+git:
+  # ARROW-3083: We use a higher clone depth to also have the latest tag in the 
cloned history.
+  depth: 250
+
 
 before_install:
   # Common pre-install steps for all builds

Reply via email to