Skip to content

Commit f59ced9

Browse files
committed
minor PHP-CS-Fixer#4693 Increase Travis CI Git clone depth (julienfalque)
This PR was merged into the 2.15 branch. Discussion ---------- Increase Travis CI Git clone depth When merging a PR while there is a Travis CI build running, jobs of that build that didn't start yet will fail as a new commit has been added on the target branch. Commits ------- f106e8c Increase Travis CI Git clone depth
2 parents befd688 + f106e8c commit f59ced9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
git:
4-
depth: 1
4+
depth: 10
55

66
cache:
77
directories:

0 commit comments

Comments
 (0)