Sha256: d35799a8b4b821db5a56ae4ff64b161ff71c340f260cbceb08e2a9333d120782

Contents?: true

Size: 537 Bytes

Versions: 2

Compression:

Stored size: 537 Bytes

Contents

# In order to install old Rubies, we need to use old Ubuntu distribution.
dist: trusty
sudo: false
language: ruby
script: script/test
bundler_args: --without development debug
cache: bundler

rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1.8
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - jruby-1.7
  - jruby-9.0
  - jruby-9.1
  - jruby-9.2.6.0
  - rbx-3
matrix:
  include:
    - rvm: jruby-1.7
      env: JRUBY_OPTS='--dev --1.8'
  allow_failures:
  - rvm: rbx-3
branches:
  only:
    - master
    - still
env:
  - JRUBY_OPTS='--dev'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aruba-0.14.13 .travis.yml
aruba-0.14.12 .travis.yml