Sha256: 166c97d914bf665107f4c9cb465989a1cd16fe7cd949454c2ec519110ad8ba3d

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

language: ruby
bundler_args: --path vendor/bundle
script: bundle exec rspec
cache: bundler
gemfile:
  - gemfiles/Gemfile.travis
before_install:
  - gem install bundler
  - bundle config --local without local_development yard guard
rvm:
  # 2.1, not 2.1.0 until fixed https://github.com/travis-ci/travis-ci/issues/2220
  - 2.1
  - 2.0.0
  - 1.9.3
  - 1.9.2
  - jruby
  - "rbx-2"
matrix:
  allow_failures:
    - rvm: rbx-2
    - rvm: 2.1
  fast_finish: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metric_fu-4.11.1 .travis.yml
metric_fu-4.11.0 .travis.yml