From e77ebfe38ace8448163fa704a2461e9432f3a52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Thu, 25 Jan 2018 22:23:43 +0000 Subject: [PATCH] Disable OSX builds in Travis CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Travis seems to be having some problems with OSX builds, so it's better to disable them temporarily. Signed-off-by: Antonio Niño Díaz --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db889db5..171eea61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ install: - ./.travis-deps.sh os: - linux - - osx compiler: - clang - gcc