From 9e1af86c0b5c0ea4bd3f63b1f118e30e7ab3ba78 Mon Sep 17 00:00:00 2001 From: JulioV Date: Fri, 10 Jul 2020 12:47:26 -0400 Subject: [PATCH] Install r 4.0.0 for testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a20b826..a4043fb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ jobs: before_install: - brew install mysql - brew services start mysql - - brew install r + - brew install https://github.com/Homebrew/homebrew-core/raw/218998d/Formula/r.rb - R --version - brew cask install miniconda - eval "$(/opt/miniconda3/condabin/conda shell.bash hook)"