From 734bf4a789d9aeaac346b951fc914a254a751420 Mon Sep 17 00:00:00 2001
From: Kirill Vainer <shadowislord@gmail.com>
Date: Tue, 25 Aug 2015 23:08:50 -0400
Subject: [PATCH] travis-ci: use git fetch --unshallow so the revision count is
 correct

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 83692b3d2..d3afdda6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ deploy:
     tags: true
 
 before_install:
+  - git fetch --unshallow
   - openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv 
     -in private/www-updater.key.enc -out private/www-updater.key -d