Sha256: 05c84ebea431af27616cf0683fcb9057a252568bef9c2189c7e9266e71a77584

Contents?: true

Size: 765 Bytes

Versions: 3

Compression:

Stored size: 765 Bytes

Contents

sudo: false
language: ruby
rvm: 2.3.1
services:
  - mongodb
  - redis-server
before_install:
  - ./test/ci/before_install.sh
script: RUBYOPT=W0 bundle exec rake test
before_script:
  - psql -c 'create database searchkick_test;' -U postgres
notifications:
  email:
    on_success: never
    on_failure: change
gemfile:
  - Gemfile
  - test/gemfiles/activerecord42.gemfile
  - test/gemfiles/mongoid5.gemfile
  - test/gemfiles/mongoid6.gemfile
env:
  - ELASTICSEARCH_VERSION=5.1.1
jdk: oraclejdk8
matrix:
  include:
    - gemfile: Gemfile
      env: ELASTICSEARCH_VERSION=2.0.0
      jdk: oraclejdk7
    - gemfile: Gemfile
      env: ELASTICSEARCH_VERSION=2.4.3
      jdk: oraclejdk7
    - gemfile: Gemfile
      env: ELASTICSEARCH_VERSION=5.0.1
      jdk: oraclejdk8

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
searchkick-2.1.1 .travis.yml
searchkick-2.1.0 .travis.yml
searchkick-2.0.4 .travis.yml