summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6dfaa51..3267b8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ before_script:
# Run the Build script
script:
- - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then
+ - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
case $BUILD_SYSTEM in
cmake)
cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/_install &&