Skip to content

Commit

Permalink
Try using a default openssl on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 29, 2015
1 parent 5e6fe27 commit 1ac098d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/gems.rake
Expand Up @@ -55,6 +55,7 @@ namespace :gems do
)

unless BUILD_CONFIG[:darwin] and
ENV["TRAVIS_OS_NAME"] != "osx" and
`which brew`.chomp.size > 0 and
$?.success? and
(openssl = `brew --prefix #{ENV["RBX_OPENSSL"] || "openssl"}`.chomp).size > 0
Expand Down
1 change: 1 addition & 0 deletions rakelib/preinstall_gems.rb
Expand Up @@ -8,6 +8,7 @@
gems = BUILD_CONFIG[:gem_files]
install_dir = "#{BUILD_CONFIG[:build_prefix]}#{BUILD_CONFIG[:gemsdir]}"
unless BUILD_CONFIG[:darwin] and
ENV["TRAVIS_OS_NAME"] != "osx" and
`which brew`.chomp.size > 0 and
$?.success? and
(openssl = `brew --prefix #{ENV["RBX_OPENSSL"] || "openssl"}`.chomp).size > 0
Expand Down

0 comments on commit 1ac098d

Please sign in to comment.