Skip to content

Commit

Permalink
travis deploy: Add --no-recurse-submodules to OSX too
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Jan 29, 2020
1 parent a9c5d30 commit ae031ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
env: []
script:
# fetch tags so that git describe works
- git fetch --unshallow
- git fetch --unshallow --no-recurse-submodules
- make travis-publish
deploy:
provider: releases
Expand Down

0 comments on commit ae031ad

Please sign in to comment.