From 62987f60a6a6ff0a75b31d0404f493593ce35ccc Mon Sep 17 00:00:00 2001 From: Devin Matthews Date: Wed, 2 Nov 2016 11:20:37 -0500 Subject: [PATCH] Allow KNL to fail --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50de3a766..51cd5ea76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,8 @@ env: - RUN_TEST=0 THREADING="pthreads" BUILD_CONFIG="auto" matrix: + allow_failures: + - env: RUN_TEST=0 THREADING="none" BUILD_CONFIG="knl" exclude: - os: linux compiler: clang