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: eab72b8b3c99^
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: 1ddb3e567db0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 27, 2015

  1. Copy the full SHA
    eab72b8 View commit details
  2. Copy the full SHA
    1ddb3e5 View commit details
Showing with 8 additions and 4 deletions.
  1. +8 −4 .travis.yml
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -23,12 +23,16 @@ matrix:
- jdk: openjdk6
env: TEST_PROFILE=test-9000
include:
- jdk: openjdk7
env: TEST_COMMAND="ruby -S rake integration:install integration:test"
- jdk: oraclejdk7
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby
- jdk: oraclejdk8
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby
notifications:
irc:
channels:
- "irc.freenode.org#jruby"
#channels:
# - "irc.freenode.org#jruby"
on_success: change
on_failure: always
template: