HouseTrip/spec_requirer

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
bundler_args: --without=metrics
script: rspec spec
rvm:
  - '2.0.0'
  - '2.1.2'
  - jruby
  - rbx-2
  ### ALLOWED FAILURES ###
  # see how compatible we are with dev versions, but do not fail the build
  - ruby-head
  - jruby-head
allow_failures:
  - rvm: ruby-head
  - rvm: jruby-head