Ver código fonte

travis-ci: use git fetch --unshallow so the revision count is correct

Kirill Vainer 10 anos atrás
pai
commit
734bf4a789
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .travis.yml

+ 1 - 0
.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