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:
parent
ac797cb2d9
commit
45836b7ab4
@ -82,7 +82,7 @@ jobs:
|
||||
# services:
|
||||
# - docker
|
||||
# dist: bionic
|
||||
# script: ./buildScripts/travisLinuxDoItAll
|
||||
# script: ./buildScripts/travisLinuxAptDoItAll
|
||||
- stage: build-osx
|
||||
os:
|
||||
- osx
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user