From 4c8483191f48f10ff71869e858afb4804268b657 Mon Sep 17 00:00:00 2001 From: filux Date: Sun, 27 Dec 2015 16:34:54 +0100 Subject: [PATCH] travis test, end - osx failure not allowed --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c1f41e5b..b526d9ac6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ matrix: - os: osx compiler: clang env: LLVM_VERSION="3.7" # missing compiler by brew - allow_failures: - - os: osx # remove when native clang will work + #allow_failures: + # - os: osx git: submodules: false