Fix shell syntax in COVERITY_SCAN_BRANCH test

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Bartlett
2015-04-28 16:02:19 +12:00
committed by Nicolas Williams
parent 95256a6129
commit 5c8e3c6108

View File

@@ -17,7 +17,7 @@ install:
- make
script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make check; fi
- if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
compiler: clang