frank-west-iii/ransack_query

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
cache: bundler
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0
  - 2.1.1
  - 2.1.2
before_install:
  - gem update --system
branches:
  only:
    - master
notifications:
  email: false
script: 'bundle exec rake'