Install R before mysql

pull/95/head
JulioV 2020-07-10 14:35:47 -04:00
parent ff6125b626
commit 1698e4c9db
1 changed files with 2 additions and 2 deletions

View File

@ -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)"