Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,19 @@ matrix:
sudo apt-get update -qq
fi
- pushd ${TRAVIS_BUILD_DIR}/r
- name: R-devel + Homebrew --HEAD
language: r
r: devel
cache: packages
latex: false
os: osx
osx_image: xcode10.2
before_install:
# Have to copy-paste this here because of how R's build steps work
- eval `python $TRAVIS_BUILD_DIR/ci/detect-changes.py`
- if [ $ARROW_CI_R_AFFECTED != "1" ]; then exit; fi
- pushd ${TRAVIS_BUILD_DIR}/r
- brew install apache-arrow --HEAD

after_failure:
- |
Expand Down