Skip to content

Commit

Permalink
(maint) Increase the clone depth to 150 for Travis CI
Browse files Browse the repository at this point in the history
The default clone depth of 50 can cause Travis CI to fail if more
than 50 commits of work have landed since the last tag. Many of the
commits in the puppet-agent repo correspond to automated component
promotions, so this threshold is a bit low. This commit increases
the clone depth to 150.
  • Loading branch information
ekinanp committed Sep 26, 2018
1 parent 1b07f5c commit 8ff3738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sudo: false
git:
depth: 150
language: ruby
bundler_args: --without development
before_script:
Expand Down

0 comments on commit 8ff3738

Please sign in to comment.