From 709c87bb4151bdf8b893c12edff986b3eb0b2087 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 23 Nov 2018 13:22:03 +0100 Subject: [PATCH] CI: we don't need git show * .travis.yml: Don't run it. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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.