From 8c87e30b0571d070b72b7d0fc6549327cad08561 Mon Sep 17 00:00:00 2001 From: tsjost Date: Tue, 12 Oct 2021 17:12:58 +0200 Subject: [PATCH] Don't do test coverage on Fedora as it's broken for some reason ==> git not installed, testing for mercurial ==> git nor mercurial are installed. Uploader may fail or have unintended consequences ==> curl not installed. Exiting. ninja: build stopped: subcommand failed. Command exited with the value: 1 MakeCommand:/usr/bin/cmake --build . --config "Release" --target "coverage_upload" -- -j1 0 Compiler errors 8 Compiler warnings Error(s) when building project ERROR: Collecting and uploading coverage failed! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25f2f895..18eeaa5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - scripts/docker/docker_travis.sh "ubuntu_latest.docker" - os: linux compiler: clang - env: NAME="Fedora Linux (Latest)" NAME_SUFFIX="fedora-llvm" TEST_COVERAGE=1 + env: NAME="Fedora Linux (Latest)" NAME_SUFFIX="fedora-llvm" services: docker script: - scripts/docker/docker_travis.sh "fedora_latest.docker"