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:
|
# services:
|
||||||
# - docker
|
# - docker
|
||||||
# dist: bionic
|
# dist: bionic
|
||||||
# script: ./buildScripts/travisLinuxDoItAll
|
# script: ./buildScripts/travisLinuxAptDoItAll
|
||||||
- stage: build-osx
|
- stage: build-osx
|
||||||
os:
|
os:
|
||||||
- osx
|
- osx
|
||||||
|
@ -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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user