Sha256: c352436e4d0b6a7591fc1e2876f684c7018e52c8189bc5721b97229a80a12d38
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
language: ruby cache: bundler sudo: false services: - postgresql - mysql install: - bundle install before_script: - psql -c 'create database scoped_search_test;' -U postgres - mysql -e 'create database scoped_search_test;' script: - bundle exec rake rvm: - "2.0" - "2.1" - "2.2.2" - "2.3.7" - "2.4.0" - "2.5.1" - "2.6.0" - ruby-head - jruby-19mode - jruby-head gemfile: - Gemfile.activerecord42 - Gemfile.activerecord50 - Gemfile.activerecord51 - Gemfile.activerecord52 - Gemfile.activerecord52_with_activesupport52 - Gemfile.activerecord60 - Gemfile.activerecord60_with_activesupport60 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: jruby-19mode exclude: - rvm: "2.0" gemfile: Gemfile.activerecord50 - rvm: "2.1" gemfile: Gemfile.activerecord50 - rvm: "2.0" gemfile: Gemfile.activerecord51 - rvm: "2.1" gemfile: Gemfile.activerecord51 - rvm: "2.0" gemfile: Gemfile.activerecord52 - rvm: "2.1" gemfile: Gemfile.activerecord52 - rvm: "2.0" gemfile: Gemfile.activerecord52_with_activesupport52 - rvm: "2.1" gemfile: Gemfile.activerecord52_with_activesupport52 - rvm: "2.0" gemfile: Gemfile.activerecord60 - rvm: "2.1" gemfile: Gemfile.activerecord60 - rvm: "2.2.2" gemfile: Gemfile.activerecord60 - rvm: "2.3.7" gemfile: Gemfile.activerecord60 - rvm: "2.4.0" gemfile: Gemfile.activerecord60 - rvm: "2.0" gemfile: Gemfile.activerecord60_with_activesupport60 - rvm: "2.1" gemfile: Gemfile.activerecord60_with_activesupport60 - rvm: "2.2.2" gemfile: Gemfile.activerecord60_with_activesupport60 - rvm: "2.3.7" gemfile: Gemfile.activerecord60_with_activesupport60 - rvm: "2.4.0" gemfile: Gemfile.activerecord60_with_activesupport60
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scoped_search-4.1.8 | .travis.yml |