Skip to content

Commit 2761f78

Browse files
committed
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).
1 parent 0a90b2d commit 2761f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ matrix:
7878
- flake8
7979
allow_failures:
8080
- env: PYTHON=3.5 CPP=17 GCC=7
81-
- env: PYTHON=3.6 CPP=17 CLANG=4.0
8281
cache:
8382
directories:
8483
- $HOME/.local/bin

0 commit comments

Comments
 (0)