Sha256: b5d5c31739809a88071b6478f5c52339cbabb192710f61fdb7d1470105afbafa

Contents?: true

Size: 845 Bytes

Versions: 8

Compression:

Stored size: 845 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.2
  - 1.9.3
  - 2.0.0
  - ruby-head
  - ree
  - jruby-18mode
  - jruby-19mode
  - jruby-head
gemfile:
 - Gemfile.activerecord2
 - Gemfile.activerecord3
matrix:
  include:
    - rvm: 1.9.3
      gemfile: Gemfile.activerecord4
    - rvm: 2.0.0
      gemfile: Gemfile.activerecord4
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: jruby-18mode
    - rvm: jruby-19mode
  exclude:
    - rvm: jruby-18mode
      gemfile: Gemfile.activerecord2
    - rvm: jruby-19mode
      gemfile: Gemfile.activerecord2
    - rvm: jruby-head
      gemfile: Gemfile.activerecord2
    - rvm: jruby-head
      gemfile: Gemfile.activerecord2
    - rvm: ree

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
scoped_search-2.6.5 .travis.yml
scoped_search-2.6.4 .travis.yml
scoped_search-2.6.3 .travis.yml
scoped_search-2.6.2 .travis.yml
scoped_search-2.6.1 .travis.yml
scoped_search-2.6.0 .travis.yml
scoped_search-2.5.1 .travis.yml
scoped_search-2.5.0 .travis.yml