Sha256: e016e4a4b3962f63e98ac0718dbe074c0b71853626c6fa5a03471c7c9e0fcf37

Contents?: true

Size: 226 Bytes

Versions: 5

Compression:

Stored size: 226 Bytes

Contents

#!/bin/bash -e
export DB

for RUBY in 2.4.0 jruby-1.7.13 ; do
  rbenv local $RUBY
  for DB in mysql postgresql sqlite ; do
    echo "$DB | $(ruby -v)"
#    appraisal bundle update
    appraisal rake test --verbose
  done
done

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
with_advisory_lock-4.6.0 tests.sh
with_advisory_lock-4.0.0 tests.sh
with_advisory_lock-3.2.0 tests.sh
with_advisory_lock-3.1.1 tests.sh
with_advisory_lock-3.1.0 tests.sh