CI: we don't need git show

* .travis.yml: Don't run it.
This commit is contained in:
Akim Demaille
2018-11-23 13:22:03 +01:00
parent 9ffed56cd9
commit 709c87bb41

View File

@@ -299,7 +299,6 @@ before_install:
- makeinfo --version - makeinfo --version
script: script:
- git show
- git tag -l - git tag -l
# For some reasons, sometimes the checkout does not have any tags, # For some reasons, sometimes the checkout does not have any tags,
# so `git describe` fails, so bootstrap fails. # so `git describe` fails, so bootstrap fails.