mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
travis-ci: Remove clang 4/c++17 from allow_failures
The job is using the released clang and stable-branch libc++, which wasn't the case when it was added. Leave the g++7/c++17 in allow_failures for now as it's still a pre-release compiler (and pulled from debian experimental).
This commit is contained in:
parent
0a90b2db71
commit
2761f78f11
@ -78,7 +78,6 @@ matrix:
|
||||
- flake8
|
||||
allow_failures:
|
||||
- env: PYTHON=3.5 CPP=17 GCC=7
|
||||
- env: PYTHON=3.6 CPP=17 CLANG=4.0
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.local/bin
|
||||
|
Loading…
Reference in New Issue
Block a user