Remove explicit CPP11 from matrix entries not needing it

This actually decreases the C++ version used by the default Ubuntu 20.04
compilers, so it's not clear why should we be using it.
This commit is contained in:
Vadim Zeitlin 2021-09-30 20:01:15 +02:00
commit 07d1ababcc

View file

@ -42,13 +42,10 @@ jobs:
- SWIGLANG: ""
compiler: clang
desc: clang
- CPP11: 1
SWIGLANG: python
- CPP11: 1
SWIGLANG: python
- SWIGLANG: python
- SWIGLANG: python
PY3: 3
- CPP11: 1
SWIGLANG: tcl
- SWIGLANG: tcl
# let's run all of them, as opposed to aborting when one fails
fail-fast: false