From e936b44009b812c8e1ebef19c352b2d4c6e40074 Mon Sep 17 00:00:00 2001 From: Romain Francois Date: Wed, 2 Jan 2019 15:45:23 +0100 Subject: [PATCH] need parquet on travis too --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10300c9b6e287..57fb10ea388b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -307,6 +307,8 @@ matrix: language: r cache: packages latex: false + env: + - ARROW_TRAVIS_PARQUET=1 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`