From ec99c418a7c19bba2b87456580906d2fb1a7bb3c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 7 Sep 2018 06:17:17 +0200 Subject: [PATCH] CI: show the version of the tools we use We have failures on Flex output, which are probably related to an old release. Let's check. In file included from src/scan-code-c.c:3: src/scan-code.c:2198:21: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] * @param line_number ~~~~~~~~~~~~~~~~~^ * .travis.yml: here. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index b27569cd..6eeb3b0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,6 +118,16 @@ matrix: before_install: - sudo apt-get update -qq - sudo apt-get install -qq autoconf automake autopoint flex gettext graphviz help2man m4 texinfo valgrind + - autoconf --version + - automake --version + - autopoint --version + - flex --version + - gettext --version + - dot -V + - help2man --version + - m4 --version + - makeinfo --version + - valgrind --version - eval "${MATRIX_EVAL}" script: