From b08a87fd39bfd596c151b8b952e54987f8d8fb19 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Tue, 12 Apr 2016 19:24:13 +0100 Subject: [PATCH] CI Travis Install R .. getting ready to build with GC_WANT_R --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 860ecb227..61e068378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ before_install: - brew install libusb libusb-compat - brew install srmio - brew install libsamplerate +## experiment to see if we need to brew tap homebrew/science first +- brew install r ## Disable KML for now ##- brew install --HEAD travis/libkml.rb - sudo chmod -R +w /usr/local