From 45836b7ab4ad31b4373d8401f58acaf0caafa085 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Wed, 4 Dec 2019 22:12:13 +0000 Subject: [PATCH] corrected homebrew scripts --- .travis.yml | 2 +- buildScripts/travisHomeBrewDoItAll | 2 -- buildScripts/{travisLinuxDoItAll => travisLinuxAptDoItAll} | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename buildScripts/{travisLinuxDoItAll => travisLinuxAptDoItAll} (100%) diff --git a/.travis.yml b/.travis.yml index 089f0e7..3be96fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ jobs: # services: # - docker # dist: bionic -# script: ./buildScripts/travisLinuxDoItAll +# script: ./buildScripts/travisLinuxAptDoItAll - stage: build-osx os: - osx diff --git a/buildScripts/travisHomeBrewDoItAll b/buildScripts/travisHomeBrewDoItAll index 6c260bd..7408507 100755 --- a/buildScripts/travisHomeBrewDoItAll +++ b/buildScripts/travisHomeBrewDoItAll @@ -6,8 +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. -rvm use $brew_ruby brew tap pdf2htmlEX/homebrew-brewTap brew update brew install pdf2htmlex-new -rvm use $TRAVIS_RUBY_VERSION # optionally, switch back to the Ruby version you need. diff --git a/buildScripts/travisLinuxDoItAll b/buildScripts/travisLinuxAptDoItAll similarity index 100% rename from buildScripts/travisLinuxDoItAll rename to buildScripts/travisLinuxAptDoItAll