From 938cd3f78c6daa8429036478ca5457a3c73d0a5c Mon Sep 17 00:00:00 2001 From: mattdowle Date: Fri, 1 Mar 2019 19:10:03 -0800 Subject: [PATCH] turned osx off on travis to speed up dev cycle (10m max); #3357 #3326 #3331 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a7cf6c12..b6315031b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ r: os: - linux - - osx + # - osx # Takes 13m (+9m linux = 22m total); #3357; #3326; #3331. Off by default to speed up dev cycle. AppVeyor covers R-devel and completes in 10m concurrently. before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm &&