Skip to content

Commit

Permalink
Remove travis clone depth
Browse files Browse the repository at this point in the history
The changelog generation depends on this.
  • Loading branch information
remcohaszing committed Mar 25, 2018
1 parent 06b331c commit 6922dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- '3.4'
- '3.5'
- '3.6'
git:
depth: false
install: pip install codecov gitchangelog tox-travis
script: tox
after_success:
Expand Down

0 comments on commit 6922dbd

Please sign in to comment.