Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit a7d4d16

Browse files
committed
benchmark: Disable broken analyze-cxx17 toolchain
1 parent 7cc0277 commit a7d4d16

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ matrix:
4949
TOOLCHAIN=android-ndk-r17-api-24-arm64-v8a-clang-libcxx14
5050
PROJECT_DIR=examples/benchmark
5151
52-
- os: linux
53-
env: >
54-
TOOLCHAIN=analyze-cxx17
55-
PROJECT_DIR=examples/benchmark
52+
# FIXME: Clang analyzer reports problems.
53+
# https://travis-ci.org/chfast/hunter/jobs/643376250
54+
# - os: linux
55+
# env: >
56+
# TOOLCHAIN=analyze-cxx17
57+
# PROJECT_DIR=examples/benchmark
5658

5759
- os: linux
5860
env: >

0 commit comments

Comments
 (0)