Update .travis.yml

pull/1884/head
Gabi Melman 5 years ago committed by GitHub
parent 4be60c180a
commit 5882e9acfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,11 +57,7 @@ matrix:
os: linux os: linux
addons: *gcc7 addons: *gcc7
# Test clang-3.5: C++11, Build=Debug/Release # Test clang-3.5: C++11, Build=Release
- env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=14
os: linux
addons: *clang35
- env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=14 - env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=14
os: linux os: linux
addons: *clang35 addons: *clang35

Loading…
Cancel
Save