From: Yu Watanabe Date: Sun, 24 Nov 2019 09:29:57 +0000 (+0900) Subject: travis: add missing closing quote sign X-Git-Tag: v244~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c99d40d47292e8c1be8c159943a2d8781b9d3e9;p=thirdparty%2Fsystemd.git travis: add missing closing quote sign Fixes #14127. --- diff --git a/.travis.yml b/.travis.yml index ba20097fdf6..82f62a860f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,7 +126,7 @@ jobs: - DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env" # Coverity env variables - PLATFORM="$(uname)" - - TOOL_ARCHIVE="/var/tmp/cov-analysis-$PLATFORM.tgz + - TOOL_ARCHIVE="/var/tmp/cov-analysis-$PLATFORM.tgz" - SCAN_URL="https://scan.coverity.com" - UPLOAD_URL="https://scan.coverity.com/builds" - COVERITY_SCAN_PROJECT_NAME="$TRAVIS_REPO_SLUG"