Sha256: 3a2528d627c34beaef55c22101fbdcb86ca4684cce1af4616845765744c63f4a

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

language: ruby
dist: xenial
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
before_install:
- gem update --system
- gem install bundler -v '1.17.3'
install: bundle _1.17.3_ install --jobs=3 --retry=3
before_script:
- mysql -e 'create database thinking_sphinx;' > /dev/null
- psql -c 'create database thinking_sphinx;' -U postgres >/dev/null
- "./bin/loadsphinx $SPHINX_VERSION $SPHINX_ENGINE"
- bundle _1.17.3_ exec appraisal install
script: bundle _1.17.3_ exec appraisal rspec
env:
  matrix:
  - DATABASE=mysql2 SPHINX_VERSION=2.2.11 SPHINX_ENGINE=sphinx
  - DATABASE=postgresql SPHINX_VERSION=2.2.11 SPHINX_ENGINE=sphinx
  - DATABASE=mysql2 SPHINX_VERSION=3.2.1 SPHINX_ENGINE=sphinx
  - DATABASE=mysql2 SPHINX_VERSION=2.8.2 SPHINX_ENGINE=manticore
  - DATABASE=postgresql SPHINX_VERSION=2.8.2 SPHINX_ENGINE=manticore
  - DATABASE=mysql2 SPHINX_VERSION=3.4.2 SPHINX_ENGINE=manticore
  - DATABASE=postgresql SPHINX_VERSION=3.4.2 SPHINX_ENGINE=manticore
  # - DATABASE=postgresql SPHINX_VERSION=3.2.1 SPHINX_ENGINE=sphinx
sudo: false
addons:
  postgresql: '9.4'
  apt:
    packages:
    - libodbc1
services:
- mysql
- postgresql

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thinking-sphinx-5.0.0 .travis.yml