Skip to content

Commit

Permalink
increase clone depth, to leave margin for builds that are not the las…
Browse files Browse the repository at this point in the history
…t commit (due to ci skip)
  • Loading branch information
ricab committed Apr 22, 2018
1 parent 563d637 commit 82b08e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 'build_{build}'
clone_depth: 1
clone_depth: 10 # leave margin for ci skips
clone_folder: c:\projects\scope_guard

image: Visual Studio 2017
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: c++

git:
depth: 1
depth: 10 # leave margin for ci skips

env:
global:
Expand Down

0 comments on commit 82b08e3

Please # to comment.