From 1612a87810578e50d451a25f66316aab0917814d Mon Sep 17 00:00:00 2001 From: Meeh Date: Thu, 3 Apr 2014 18:20:17 +0200 Subject: [PATCH] Dropping clang for now. --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index b38d8bad..a00511cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,6 @@ language: cpp -matrix: - allow_failures: - - compiler: clang -compiler: - - gcc - - clang -cache: - - apt +compiler: gcc +cache: apt branches: only: - master