Skip to content

Commit

Permalink
improve retrieval of Git checkouts for TravisCI.
Browse files Browse the repository at this point in the history
A delayed build process in Travis-CI might crash if there was an intermediate commit to the repository.
Lets fetch a few more commits.
  • Loading branch information
kfriedberger committed Jan 23, 2022
1 parent 6723896 commit 4f77e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ notifications:
email:
- [email protected]
git:
depth: 1
depth: 10
cache:
directories:
- $HOME/.ivy2

0 comments on commit 4f77e58

Please sign in to comment.