1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

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: # services:
# - docker # - docker
# dist: bionic # dist: bionic
# script: ./buildScripts/travisLinuxDoItAll # script: ./buildScripts/travisLinuxAptDoItAll
- stage: build-osx - stage: build-osx
os: os:
- osx - osx

View File

@ -6,8 +6,6 @@
# https://docs.travis-ci.com/user/installing-dependencies/#using-homebrew-without-addon-on-older-macos-images # 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. # For details on obtaining/using the correct ruby version for homebrew.
rvm use $brew_ruby
brew tap pdf2htmlEX/homebrew-brewTap brew tap pdf2htmlEX/homebrew-brewTap
brew update brew update
brew install pdf2htmlex-new brew install pdf2htmlex-new
rvm use $TRAVIS_RUBY_VERSION # optionally, switch back to the Ruby version you need.