summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-11-23 13:22:03 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-11-25 11:34:10 +0100
commit709c87bb4151bdf8b893c12edff986b3eb0b2087 (patch)
tree26077a305b82b448ec5c8f53c5d8114dda386d88 /.travis.yml
parent9ffed56cd93546e97b80239175a4905c78b708df (diff)
downloadbison-709c87bb4151bdf8b893c12edff986b3eb0b2087.tar.gz
CI: we don't need git show
* .travis.yml: Don't run it.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 346c54ca..bce070e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -299,7 +299,6 @@ before_install:
- makeinfo --version
script:
- - git show
- git tag -l
# For some reasons, sometimes the checkout does not have any tags,
# so `git describe` fails, so bootstrap fails.