diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2018-11-06 15:59:34 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2018-11-06 16:27:34 +0100 |
commit | 059f31920eb9e60ad979622c78f52136acee7854 (patch) | |
tree | 883385e6aaeeab2133d12a09fa82d342257903d4 /travis-ci | |
parent | a9145fc488bdedccef095a4784a0364057d6233e (diff) | |
download | systemd-059f31920eb9e60ad979622c78f52136acee7854.tar.gz systemd-059f31920eb9e60ad979622c78f52136acee7854.tar.bz2 systemd-059f31920eb9e60ad979622c78f52136acee7854.zip |
travis: run Coverity on a more stable Fedora release
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/fedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index 1c8d38fcfb..f2295a4b83 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -16,7 +16,7 @@ CONT_NAME="${CONT_NAME:-fedora-$FEDORA_RELEASE-$RANDOM}" DOCKER_EXEC="${DOCKER_EXEC:-docker exec -it $CONT_NAME}" DOCKER_RUN="${DOCKER_RUN:-docker run}" REPO_ROOT="${REPO_ROOT:-$PWD}" -ADDITIONAL_DEPS=(dnf-plugins-core iputils hostname libasan) +ADDITIONAL_DEPS=(dnf-plugins-core python2 iputils hostname libasan) function info() { echo -e "\033[33;1m$1\033[0m" |