Sha256: 6ef3e2a485ac0281e27133778775748b69f9418058977d4796774f63a8a72c4c
Contents?: true
Size: 496 Bytes
Versions: 4
Compression:
Stored size: 496 Bytes
Contents
language: ruby cache: bundler sudo: false 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: - "1.9" - "2.0" - "2.1" - "2.2" - ruby-head - jruby-19mode - jruby-head gemfile: - Gemfile.activerecord32 - Gemfile.activerecord40 - Gemfile.activerecord41 - Gemfile.activerecord42 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: jruby-19mode
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
scoped_search-3.2.2 | .travis.yml |
scoped_search-3.2.1 | .travis.yml |
scoped_search-3.2.0 | .travis.yml |
scoped_search-3.1.0 | .travis.yml |