Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby-openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cbab92cdd480
Choose a base ref
...
head repository: jruby/jruby-openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81db73b9d438
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 27, 2015

  1. Copy the full SHA
    a20aaa6 View commit details
  2. Copy the full SHA
    81db73b View commit details
Showing with 6 additions and 2 deletions.
  1. +1 −1 .travis.yml
  2. +5 −1 src/test/integration/Gemfile
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ matrix:
env: TEST_PROFILE=test-9000
include:
- jdk: openjdk7
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
env: TEST_COMMAND="ruby -S rake integration:install integration:test"
notifications:
irc:
channels:
6 changes: 5 additions & 1 deletion src/test/integration/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
source 'https://rubygems.org'

gem 'httpclient', :require => false
gem 'httpclient', :require => false

group :development do
gem 'rake', :require => nil
end