orendon/diffbot.rb

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
bundler_args: --without development
language: ruby
rvm:
  - jruby-19mode
  - rbx-19mode
  - 1.9.3
  - 2.0.0
  - 2.1.0
matrix:
  allow_failures:
    - rvm: rbx-19mode
before_install:
  - gem update bundler
  - bundle --version
  - gem update --system
  - gem --version