From 1698e4c9dbf085aea2ad3ef65e2dbcc7a9d55829 Mon Sep 17 00:00:00 2001 From: JulioV Date: Fri, 10 Jul 2020 14:35:47 -0400 Subject: [PATCH] Install R before mysql --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb3412c6..f1889a6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,11 +33,11 @@ jobs: osx_image: xcode11.3 # Python 3.7 running on macOS 10.14.4 language: generic # 'language: python' is an error on Travis CI macOS before_install: - - brew install mysql - - brew services start mysql - brew install gcc@9 - brew install https://github.com/Homebrew/homebrew-core/raw/218998d/Formula/r.rb - R --version + - brew install mysql + - brew services start mysql - brew cask install miniconda - eval "$(/opt/miniconda3/condabin/conda shell.bash hook)"