From 3ad62ec14d7218bd8b3636a6d8f0f9c5fbe16db2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 5 Apr 2016 13:09:08 -0400 Subject: travis: disable OS X builds for now Installing MacTex seems to always fail or time out, probably because it's a 2+ GB download and there is a 10 minute per-command timeout in Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0089d69..8b6aa97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: required dist: trusty os: - linux - - osx + #- osx # Disabled because 'mactex' is too huge (2+ GB) for Travis CI to install reliably julia: - release - nightly -- cgit v1.2.3