.travis.yml: disable linux-user build for gcov
commit7421f73966f065c3aa0bb8898b271f984a4417cb
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 9 May 2018 09:28:34 +0000 (9 10:28 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Jun 2018 13:55:03 +0000 (1 14:55 +0100)
tree907047cb583378823af68a746dde40157f2e9f94
parentc25e8bba1f546ea72744ccfab77f8a9e8a323be8
.travis.yml: disable linux-user build for gcov

Currently the default testing doesn't exercise the linux-user builds
so there is no point spending time building them. We may want to
enable a separate gcov build once linux-user testing is re-enabled
although it's likely to report very low coverage.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
.travis.yml