Sha256: 6736e4643ab3d2d091f5fa2295f352c5fb34b21e761b23de73cad008f01b3e65

Contents?: true

Size: 673 Bytes

Versions: 3

Compression:

Stored size: 673 Bytes

Contents

---
language: ruby
dist: trusty
sudo: false
cache: bundler
script: "bundle exec rake test"
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3
  - ruby-head
  - rbx-3.81
  - 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.4
      script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.4
bundler_args: --without code_quality

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
highline-2.0.0.pre.develop.14 .travis.yml
highline-2.0.0.pre.develop.13 .travis.yml
highline-2.0.0.pre.develop.12 .travis.yml