Skip to content

Commit

Permalink
Drop the rc file flag.
Browse files Browse the repository at this point in the history
Hopefully no file(s) exists on travis, and with the changes coming in bazel
(bazelbuild/bazel#4502 (comment))
trying to ensure no files will become version dependent.
  • Loading branch information
ngiloq6 authored and thomasvl committed Mar 14, 2018
1 parent e161ea1 commit 3bdc6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -eu
# -------------------------------------------------------------------------------------------------
# Asked to do a bazel build.
if [[ -n "${BAZEL:-}" ]]; then
bazel --bazelrc=/dev/null test --show_progress_rate_limit=30.0 //...
bazel test --show_progress_rate_limit=30.0 //...
fi

# -------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 3bdc6cc

Please sign in to comment.