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