From cb278aa30cab4c450fb18053e77bb63efd36a922 Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 11:46:57 -0700 Subject: [PATCH] removed clang --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a30527..a375162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: cpp compiler: - gcc - - clang before_install: - sudo apt-get update && sudo apt-get install -y pkg-config @@ -11,10 +10,9 @@ before_install: branches: only: - master - - testing notifications: - email: true + email: false os: - linux \ No newline at end of file