sgerrand/acts_as_html_sanitized

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby

cache: bundler

rvm:
  - 2.0.0
  - 2.1.1
  - 1.9.3
  - jruby-19mode
  - rbx-2
  - ruby-head

gemfile:
  - gemfiles/3.2.gemfile
  - gemfiles/4.0.gemfile
  - gemfiles/4.1.gemfile

matrix:
  fast_finish: true
  allow_failures:
    - rvm: jruby-19mode
    - rvm: rbx-2