Sha256: 61feb117f46661152d770724c47996249c92582954913e878de052b8392795a4

Contents?: true

Size: 428 Bytes

Versions: 2

Compression:

Stored size: 428 Bytes

Contents

language: ruby
bundler_args: --without local_development yard metrics guard --path vendor/bundle
script: bundle exec rspec
cache: bundler
gemfile:
  - gemfiles/Gemfile.travis
before_install:
  - gem install bundler -v '= 1.5.1'
# env:
#   - "rack=1.3.4"
rvm:
  - 2.0.0
  - 1.9.3
  # - 1.9.2 # code_metric 0.1.0 requires ruby 1.9.3 or greater
  - jruby-19mode # JRuby in 1.9 mode
  - rbx
matrix:
  allow_failures:
    - rvm: rbx

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metric_fu-4.7.2 .travis.yml
metric_fu-4.7.1 .travis.yml