Skip to content

Commit

Permalink
fix broken travis build (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 19, 2018
1 parent cb1a495 commit 6c1035e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ test --test_output=errors
#TODO(alexeagle): enable worker mode

# Enable debugging tests with --config=debug
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results

# Workaround https://github.com/bazelbuild/bazel/issues/3645
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
build:ci --local_resources=3072,2.0,1.0

build:ci --noshow_progress
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install:
# See explanation in README.md
- bazel run @yarn//:yarn --script_path=yarn_install.sh && ./yarn_install.sh
script:
- yarn test
- yarn test --config=ci

0 comments on commit 6c1035e

Please sign in to comment.