Sha256: bc0e73bd7474878bd37225ecee860f6482e1ee8550315b2823b6fb77aa388414

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

language: ruby
sudo: false
cache: bundler
rvm:
  - 1.9.3
  - 2.0
  - 2.1
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - ruby-head

gemfile:
  - gemfiles/activesupport_42.gemfile
  - gemfiles/activesupport_50.gemfile
  - gemfiles/activesupport_51.gemfile
  - gemfiles/activesupport_edge.gemfile

matrix:
  exclude:
    - rvm: 1.9.3
      gemfile: gemfiles/activesupport_50.gemfile
    - rvm: 1.9.3
      gemfile: gemfiles/activesupport_51.gemfile
    - rvm: 1.9.3
      gemfile: gemfiles/activesupport_edge.gemfile
    - rvm: 2.0
      gemfile: gemfiles/activesupport_50.gemfile
    - rvm: 2.0
      gemfile: gemfiles/activesupport_51.gemfile
    - rvm: 2.0
      gemfile: gemfiles/activesupport_edge.gemfile
    - rvm: 2.1
      gemfile: gemfiles/activesupport_50.gemfile
    - rvm: 2.1
      gemfile: gemfiles/activesupport_51.gemfile
    - rvm: 2.1
      gemfile: gemfiles/activesupport_edge.gemfile
    - rvm: ruby-head
      gemfile: gemfiles/activesupport_42.gemfile
  include:
    - rvm: jruby-9.1.8.0
      gemfile: gemfiles/activesupport_42.gemfile
      jdk: oraclejdk8
    - rvm: jruby-9.1.8.0
      gemfile: gemfiles/activesupport_50.gemfile
      jdk: oraclejdk8
    - rvm: jruby-9.1.8.0
      gemfile: gemfiles/activesupport_51.gemfile
      jdk: oraclejdk8
    - rvm: jruby-head
      gemfile: gemfiles/activesupport_42.gemfile
      jdk: oraclejdk8
    - rvm: jruby-head
      gemfile: gemfiles/activesupport_50.gemfile
      jdk: oraclejdk8
    - rvm: jruby-head
      gemfile: gemfiles/activesupport_51.gemfile
      jdk: oraclejdk8

  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-9.1.8.0
    - rvm: jruby-head
  fast_finish: true

before_install: gem install bundler -v 1.14.6

script:
  - bundle exec rake
  - bundle exec codeclimate-test-reporter

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eve_online-0.12.0 .travis.yml