From b3036c55a681521477a43db8836b67d143c56516 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 12 Aug 2018 14:24:38 +0000 Subject: Stop running tests in the bazel build. These always fail at present. We'll need to look into making them not always fail so we can enable them and get some useful signal from them. --- .travis/bazel-linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/bazel-linux b/.travis/bazel-linux index 5caf2a72..0073a39e 100755 --- a/.travis/bazel-linux +++ b/.travis/bazel-linux @@ -14,8 +14,10 @@ travis_install() { } travis_script() { + # TODO(iphydf): Make tests have a chance to succeed. # Run the tests, but if they fail, at least we should be able to build. - bazel test //c-toxcore/... || bazel build //c-toxcore/... + # bazel test //c-toxcore/... || bazel build //c-toxcore/... + bazel build //c-toxcore/... } if [ "-z" "$ACTION" ]; then -- cgit v1.2.3