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