Problem: Travis CI does a shallow clone

This is problematic becase it will affect the ability
to find tags.

Solution: disable shallow cloning
This commit is contained in:
Yurii Rashkovskii 2018-06-15 14:07:00 -07:00
parent 79fe3be8df
commit fabdede30e
No known key found for this signature in database
GPG Key ID: 1D60D7CFD80845FF
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ sudo: false
branches:
only:
- master
git:
depth: false
matrix:
include:
- language: rust