Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Jul 8, 2024
1 parent 91908c4 commit 2832765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildOnTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ "$1" != "gcc" ]; then
fi
fi

cmake .. $3
cmake .. $3 -DNATS_BUILD_STREAMING=ON
res=$?
if [ $res -ne 0 ]; then
exit $res
Expand Down

0 comments on commit 2832765

Please sign in to comment.