From 2761f78f11e8fb2fb0a3708bab36f910a36dc822 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 28 Apr 2017 13:10:00 -0400 Subject: [PATCH] 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). --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfb7fa40..73da10ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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