Skip to content

Commit

Permalink
[test] Make Travis CI clone with depth > 50
Browse files Browse the repository at this point in the history
Otherwise the latest tag may be unreachable.
  • Loading branch information
tueda committed Jun 6, 2016
1 parent fdacaeb commit 4dfc01b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: cpp

git:
depth: 10000

addons:
apt:
packages:
Expand Down

0 comments on commit 4dfc01b

Please sign in to comment.