Unverified Commit 647470f3 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update .travis.yml

parent efd0dbe5
...@@ -66,14 +66,12 @@ matrix: ...@@ -66,14 +66,12 @@ matrix:
addons: *clang35 addons: *clang35
# Test clang-7.0: C++11, Build=Debug, ASAN=On # Test clang-7.0: C++11, Build=Debug, ASAN=On
- env: CLANG_VERSION=7.0 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off - env: CLANG_VERSION=7 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
dist: bionic dist: bionic
addons: *clang70
- env: CLANG_VERSION=7.0 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off - env: CLANG_VERSION=7 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
dist: bionic dist: bionic
addons: *clang70
# osx # osx
- env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off - env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
os: osx os: osx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment