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

Commits on Jul 4, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    headius Charles Oliver Nutter
    Copy the full SHA
    42b5b33 View commit details
  2. Shorter build.

    headius committed Jul 4, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    headius Charles Oliver Nutter
    Copy the full SHA
    e114e49 View commit details
Showing with 12 additions and 2 deletions.
  1. +10 −0 .travis-maven-settings.xml
  2. +2 −2 .travis.yml
10 changes: 10 additions & 0 deletions .travis-maven-settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<settings>
<servers>
<server>
<!-- Snapshot Deployment -->
<id>sonatype-nexus-snapshots</id>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
</settings>
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ env:
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xms48M -Xmx640M -XX:InitialCodeCacheSize=40M -XX:ReservedCodeCacheSize=120M -Djava.security.egd=file:/dev/./urandom"
- MALLOC_ARENA_MAX=2
matrix:
- PHASE='-Ptest'
# - PHASE='-Ptest'
# - PHASE='-Prake -Dtask=test:jruby'
# #- PHASE='-Prake -Dtask=test:jruby:fullint' # included with OpenJDK bellow
# - PHASE='-Prake -Dtask=test:jruby:jit'
@@ -50,7 +50,7 @@ env:
# - PHASE='-Prake -Dtask=spec:regression'
# - PHASE='-Prake -Dtask=spec:ruby:fast'
# - PHASE='-Prake -Dtask=spec:jruby'
# - PHASE='-Prake -Dtask=spec:jrubyc'
- PHASE='-Prake -Dtask=spec:jrubyc'
# - PHASE='-Prake -Dtask=spec:profiler'

#matrix: