bf4/metric_fu

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
bundler_args: --without development
script: bundle exec rspec
# gemfile:
#   - gemfiles/Gemfile.ci
# before_install: some_command
# env:
#   - "rack=1.3.4"
rvm:
  - 2.0.0
  - 1.9.3
  - 1.9.2
  - jruby-19mode # JRuby in 1.9 mode
  - rbx-19mode