Commit 6b5fc524 authored by donghuixu's avatar donghuixu

fix typo in travis_ci.sh

parent 03c7004c
......@@ -13,7 +13,7 @@ fi
echo "build combination: PURPOSE=$PURPOSE CXX=$CXX CC=$CC"
if [ "$PURPOSE" = "compile-with-bazel" ]; then
bazel build -j8 --copt -DHAVE_ZLIB=1 //...
bazel build -j 8 --copt -DHAVE_ZLIB=1 //...
exit 0
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment