From d25193572262693194e648ee39bedc062b231acf Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Tue, 12 May 2015 22:33:26 +0200 Subject: travis: fix test in build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- cgit v1.2.1