Skip to content

Commit

Permalink
Disable Travis-CI shallow clones.
Browse files Browse the repository at this point in the history
This feature messes up with our Git checking history.
  • Loading branch information
samhocevar committed Jan 24, 2016
1 parent cc4640f commit 3fef621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ addons:
- ruby-dev
- ruby-minitest

# Travis does shallow clones, but we use the Git history
# for check-copyright. Disable shallow clones; our whole
# history is about 5 MiB anyway.
git:
depth: 9999999

before_install:
- .travis/before_install.sh
- ./bootstrap
Expand Down

0 comments on commit 3fef621

Please sign in to comment.