aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-05 13:09:08 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-05 13:09:10 -0400
commit3ad62ec14d7218bd8b3636a6d8f0f9c5fbe16db2 (patch)
tree4f30ada167d59560a109509ed86111d702c6809d
parentf8e9fb1c1a44e6c008791483a6529ec5fa1db61f (diff)
downloadPyX.jl-3ad62ec14d7218bd8b3636a6d8f0f9c5fbe16db2.tar.gz
PyX.jl-3ad62ec14d7218bd8b3636a6d8f0f9c5fbe16db2.zip
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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