Skip to content

Commit fdbee83

Browse files
committed
matrix build testing - #2
1 parent b7a8cee commit fdbee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ install:
118118
# echo "ZeroMQ directory already exists";
119119
# fi;
120120
#
121-
elif ["$DEPS_RESOLVE_BY" = "conan"]; then
121+
elif [ "$DEPS_RESOLVE_BY" = "conan" ]; then
122122
echo "Resolve library dependencies using conan.";
123123
#############################################################################
124124
# Conan

0 commit comments

Comments
 (0)