Sha256: 6628af866f66d3355dbcae3177026b6c053af7c6d40cd21b57442fd83480d3d4

Contents?: true

Size: 855 Bytes

Versions: 2

Compression:

Stored size: 855 Bytes

Contents

language: ruby
script: bundle exec rake
before_script:
  - psql -c 'create database scoped_search_test;' -U postgres
  - mysql -e 'create database scoped_search_test;'
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1.1
  - ruby-head
  - jruby-18mode
  - jruby-19mode
  - jruby-head
gemfile:
 - Gemfile.activerecord2
 - Gemfile.activerecord3
 - Gemfile.activerecord4
matrix:
  include:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: 2.0.0
      gemfile: Gemfile.activerecord2
    - rvm: 2.1.1
      gemfile: Gemfile.activerecord2
  exclude:
    - rvm: jruby-18mode
      gemfile: Gemfile.activerecord2
    - rvm: jruby-19mode
      gemfile: Gemfile.activerecord2
    - rvm: jruby-head
      gemfile: Gemfile.activerecord2
    - rvm: 1.8.7
      gemfile: Gemfile.activerecord4
    - rvm: jruby-18mode
      gemfile: Gemfile.activerecord4

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scoped_search-2.7.1 .travis.yml
scoped_search-2.7.0 .travis.yml