We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96961 commit 149790bCopy full SHA for 149790b
script/cibuild.sh
@@ -2,10 +2,9 @@
2
3
set -x
4
5
-if [ -n "$COVERITY" ];
6
-then
7
- ./script/coverity.sh;
8
- exit $?;
+if [ -n "$COVERITY" ]; then
+ ./script/coverity.sh
+ exit $?
9
fi
10
11
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
script/cileaks.sh
@@ -5,7 +5,7 @@ set -x
# If this platform doesn't support test execution, bail out now
if [ -n "$SKIP_TESTS" ];
then
if [ -n "$VALGRIND" -a -e "$(which valgrind)" ]; then
script/citest.sh
@@ -3,9 +3,8 @@
-if [ -n "$SKIP_TESTS" ];
+if [ -n "$SKIP_TESTS" ]; then
if [ ! -d _build ]; then
0 commit comments