adding R installation to travis
This commit is contained in:
parent
7da7b1cf0e
commit
fc846d3f4c
|
@ -96,6 +96,9 @@ before_install:
|
|||
- pip install --upgrade sqlparse
|
||||
# Java, C, C++, C#, Objective-C, D, Pawn, Vala
|
||||
- brew install uncrustify
|
||||
# R
|
||||
- brew tap homebrew/science
|
||||
- brew install r
|
||||
# PHP
|
||||
- brew tap homebrew/homebrew-php
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
|
|
Loading…
Reference in New Issue