Sha256: 6193efe7bcfaa467e16d5da5fc25f48cdf38cb2f2797be96fda21c5a58c2e9cf

Contents?: true

Size: 606 Bytes

Versions: 2

Compression:

Stored size: 606 Bytes

Contents

rvm:
  - jruby-9.0.5.0
branches:
  only:
    - master
    - 2.x-dev
env:
  - JRUBY_OPTS="--server -Xcompile.invokedynamic=false"
matrix:
  include:
    - rvm: jruby-head
      env: JRUBY_OPTS="--server -Xcompile.invokedynamic=false"
  allow_failures:
    - rvm: jruby-head
notifications:
  irc:
    channels:
      - "irc.freenode.org#jruby"
    on_success: change
    on_failure: always
    template:
      - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
before_install:
  - sudo apt-get update && sudo apt-get install git
  - git fetch --unshallow
  - gem install bundler

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
warbler-2.0.0 .travis.yml
warbler-2.0.0.rc3 .travis.yml