Unverified Commit 42f2b11e authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update .travis.yml

parent ac87cbb0
......@@ -81,6 +81,11 @@ matrix:
dist: bionic
addons: *clang10
- env: CLANG_VERSION=10 BUILD_TYPE=Release CPP=17 ASAN=On
os: linux
dist: bionic
addons: *clang10
before_script:
- if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
......
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