Skip to content

Commit

Permalink
refs #203
Browse files Browse the repository at this point in the history
- avoid git depth warning
  • Loading branch information
HerbertKoelman committed Oct 27, 2019
1 parent 421c670 commit c3c8f8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ compiler: gcc
env:
CODECOV_TOKEN="6fa05a9c-1a01-4123-b726-d493275017cd"

# Travis CI uses shallow clone to speed up build times, but a truncated SCM history may cause issues
# when SonarCloud computes blame data.
git:
depth: false

# Run travis on these branches only...
branches:
only:
Expand Down

0 comments on commit c3c8f8c

Please sign in to comment.