Skip to content

Commit

Permalink
fix typo in travis_ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
donghuixu committed Dec 28, 2017
1 parent 03c7004 commit 6b5fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_in_travis_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b5fc52

Please sign in to comment.