From 2262e4aeb906cfb20852c3f2287cf68aa3571072 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Tue, 31 May 2016 11:26:29 -0400 Subject: [PATCH] travis-ci: allow clang-3.8 to fail --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a5d1d0f67..cc10c23fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,6 +187,8 @@ matrix: - os: osx osx_image: xcode7.3 #Apple LLVM version 7.3.0 (clang-703.0.31) + allow_failures: + - compiler: clang-3.8 cache: apt: true