diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-24 10:29:57 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-11-24 11:15:20 +0100 |
commit | 8c99d40d47292e8c1be8c159943a2d8781b9d3e9 (patch) | |
tree | b5d800b89e44083e0e28a567447f92ddb01335de /.travis.yml | |
parent | meson: bump version numbers for v244 (diff) | |
download | systemd-8c99d40d47292e8c1be8c159943a2d8781b9d3e9.tar.xz systemd-8c99d40d47292e8c1be8c159943a2d8781b9d3e9.zip |
travis: add missing closing quote sign
Fixes #14127.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ba20097fdf..82f62a860f 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" |