From ac797cb2d95c1de784e0f934d47c562ec13cdad2 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Wed, 4 Dec 2019 17:49:50 +0000 Subject: [PATCH] updated brew scripts --- buildScripts/travisHomeBrewDoItAll | 2 +- buildScripts/travisLinuxBrewDoItAll | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildScripts/travisHomeBrewDoItAll b/buildScripts/travisHomeBrewDoItAll index e3b7326..6c260bd 100755 --- a/buildScripts/travisHomeBrewDoItAll +++ b/buildScripts/travisHomeBrewDoItAll @@ -6,7 +6,7 @@ # https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images # For details on obtaining/using the correct ruby version for homebrew. -rvm use 2.6 --install --binary +rvm use $brew_ruby brew tap pdf2htmlEX/homebrew-brewTap brew update brew install pdf2htmlex-new diff --git a/buildScripts/travisLinuxBrewDoItAll b/buildScripts/travisLinuxBrewDoItAll index 7cd342f..f8fa8e1 100755 --- a/buildScripts/travisLinuxBrewDoItAll +++ b/buildScripts/travisLinuxBrewDoItAll @@ -6,6 +6,6 @@ # https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images # For details on obtaining/using the correct ruby version for homebrew. -brew tap pdf2htmlEX/homebrew-brewTap brew update -brew install pdf2htmlex-new -s --cc=gcc-5 +brew tap pdf2htmlEX/homebrew-brewTap +brew install pdf2htmlex-new