Skip to content

Commit

Permalink
Disable slow tests on sanitizer build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jan 17, 2019
1 parent 55a3fc1 commit d77bef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
sources: [*apt_sources, llvm-toolchain-trusty-5.0]

# Clang 6.0
- env: CLANG=clang++-6.0 CXXFLAGS=-Wno-error=unused-command-line-argument SANITIZE=address
- env: CLANG=clang++-6.0 CXXFLAGS=-Wno-error=unused-command-line-argument SANITIZE=address EXTRA_TEST_OPTS="~[.] ~vehicle_efficiency ~vehicle_drag"
dist: trusty
compiler: clang
addons: &clang60
Expand Down

0 comments on commit d77bef9

Please sign in to comment.