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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3ec650f7059
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0613d81c6f92
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 3, 2017

  1. Copy the full SHA
    4f74282 View commit details
  2. Remove old reference to JT

    eregon committed Jul 3, 2017
    Copy the full SHA
    0613d81 View commit details
Showing with 2 additions and 17 deletions.
  1. +2 −1 .travis.yml
  2. +0 −11 tool/travis-install.sh
  3. +0 −5 tool/travis-script.sh
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -86,7 +86,8 @@ matrix:
# group: edge
# jdk: oraclejdk9

install: tool/travis-install.sh
install:
- ./mvnw $MAVEN_CLI_OPTS package -B -Dinvoker.skip -Dmaven.test.skip
script: tool/travis-script.sh

notifications:
11 changes: 0 additions & 11 deletions tool/travis-install.sh

This file was deleted.

5 changes: 0 additions & 5 deletions tool/travis-script.sh
Original file line number Diff line number Diff line change
@@ -20,8 +20,3 @@ if [[ -v COMMAND ]]
then
$COMMAND
fi

if [[ -v JT ]]
then
ruby tool/jt.rb $JT
fi