You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/03/26 20:59:56 UTC

[airavata] 01/01: Travis: clone full repo for git-describe to work

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

machristie pushed a commit to branch fix-travis-build-on-master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 9d83c913bbea36045ad5ee846e38bc6bb187abac
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Sun Feb 4 10:45:20 2018 -0500

    Travis: clone full repo for git-describe to work
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 47d4970..41fcbb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,3 +12,6 @@ jdk:
 
 script: mvn clean install
 
+# Git-describe Maven plugin needs the full history
+git:
+  depth: false

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.