Skip to content

Commit

Permalink
Fixed depth on .travis.yml - reckless history rewrites cause failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Jun 19, 2020
1 parent 94369f8 commit 2ed77e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache:
- directories:
- $TRAVIS_BUILD_DIR/ve-lib

# We don't need much of the history
# Could make this smaller if we don't rewrite history...
git:
depth: 1
depth: 20

# Be less strict when checking our package
warnings_are_errors: false
Expand Down

0 comments on commit 2ed77e3

Please sign in to comment.