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.
This commit is contained in:
Akim Demaille
2018-09-07 06:17:17 +02:00
parent a807cfa6eb
commit ec99c418a7

View File

@@ -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: