corrected homebrew scripts

This commit is contained in:
Stephen Gaito 2019-12-04 22:12:13 +00:00
parent ac797cb2d9
commit 45836b7ab4
3 changed files with 1 additions and 3 deletions

View File

@ -82,7 +82,7 @@ jobs:
# services:
# - docker
# dist: bionic
# script: ./buildScripts/travisLinuxDoItAll
# script: ./buildScripts/travisLinuxAptDoItAll
- stage: build-osx
os:
- osx

View File

@ -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.