Skip to content

Commit

Permalink
#35: Increase clone depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Sep 25, 2017
1 parent 4de1f61 commit 1e71ce8
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 @@ -8,7 +8,7 @@ addons:
mariadb: '10.1'

git:
depth: 50 # We can't use a shallow clone for testing. See: https://github.com/travis-ci/travis-ci/issues/4942#issuecomment-159132444
depth: 999999 # We can't use a shallow clone for testing. See: https://github.com/travis-ci/travis-ci/issues/4942#issuecomment-159132444

before_install:
- export PATH=$PATH:/home/travis/.composer/vendor/bin/
Expand Down

0 comments on commit 1e71ce8

Please sign in to comment.