Sha256: a3726e383ecb41350c7929f9b970b6b9575b492a540a6bb415ea90e61f233f94

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

language: ruby

dist: trusty
sudo: required

rvm:
  - 2.4.0
  - 2.3.3
  - 2.2.6

gemfile:
  - gemfiles/activerecord_5.1.gemfile
  - gemfiles/activerecord_5.0.gemfile
  - gemfiles/activerecord_4.2.gemfile

env:
  - DB=postgresql
  - DB=mysql
  - DB=mysql MYSQL_VERSION=5.7
  - DB=sqlite

before_install:
  - gem install bundler

script: WITH_ADVISORY_LOCK_PREFIX=$TRAVIS_JOB_ID bundle exec rake --trace

before_script:
  - bash .travis.install-mysql-5.7.sh
  - mysql -e 'create database with_advisory_lock_test'
  - psql -c 'create database with_advisory_lock_test' -U postgres

matrix:
  allow_failures:
    - gemfile: gemfiles/activerecord_edge.gemfile
    - rvm: jruby-19mode # travis' version of jruby has issues. Tests pass with jruby 1.7.13/java 1.8.0_11 on mac.
    - rvm: rbx-2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
with_advisory_lock-3.2.0 .travis.yml
with_advisory_lock-3.1.1 .travis.yml