Sha256: 2c43c75671b52bad90d7c74becbe79189a738f2ec70a0c0e8d277a2e3782d7c0

Contents?: true

Size: 758 Bytes

Versions: 4

Compression:

Stored size: 758 Bytes

Contents

---
language: ruby
dist: trusty
sudo: false
cache: bundler
script: "bundle exec rake test"
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - jruby-19mode # JRuby in 1.9 mode
  - jruby-head

notifications:
  email: false
matrix:
  allow_failures:
    - rvm: 1.9
    - rvm: ruby-head
    - rvm: rbx-3.81
    - rvm: jruby-19mode # JRuby in 1.9 mode
    - rvm: jruby-head
  fast_finish: true
  include:
    - rvm: 1.9
      before_install:
        - "gem update --system -N"
        - "gem update bundler -N"
    - rvm: 2.5
      before_install:
        - gem install bundler
    - rvm: ruby-head
      before_install:
          - gem install bundler
    - rvm: rbx-3.81
      before_install:
          - gem install bundler

bundler_args: --without code_quality

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
highline-2.0.1 .travis.yml
highline-2.0.0 .travis.yml
highline-2.0.0.pre.develop.16 .travis.yml
highline-2.0.0.pre.develop.15 .travis.yml