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

Commits on Oct 19, 2016

  1. Copy the full SHA
    051f2b2 View commit details
  2. Copy the full SHA
    cb770ca View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 .travis.yml
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ sudo: false
cache:
directories:
- $HOME/.m2
- $HOME/.mx/cache

before_script:
- unset GEM_PATH GEM_HOME IRBRC JRUBY_OPTS
@@ -34,6 +35,7 @@ matrix:
install:
- git clone https://github.com/graalvm/mx
- export PATH=$PWD/mx:$PATH
- echo MX_BINARY_SUITES=truffle >> mx.jruby/env
- ln -s mvnw mvn
- export PATH=$PWD:$PATH
- if [ -z "$SKIP_BUILD" ]; then V=1 tool/jt.rb build; fi