summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-24 18:29:57 +0900
committerEvgeny Vereshchagin <evvers@ya.ru>2019-11-24 13:15:20 +0300
commit8c99d40d47292e8c1be8c159943a2d8781b9d3e9 (patch)
treeb5d800b89e44083e0e28a567447f92ddb01335de /.travis.yml
parent78af8a798aa9f1100a1228454ff8ebf98ce1b9e5 (diff)
downloadsystemd-8c99d40d47292e8c1be8c159943a2d8781b9d3e9.tar.gz
travis: add missing closing quote sign
Fixes #14127.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"