Sha256: 4676a4a52f91052b5cfb36444496bc0d7d05bbbd588a4627b097ff0d3d749458

Contents?: true

Size: 275 Bytes

Versions: 23

Compression:

Stored size: 275 Bytes

Contents

#!/bin/bash

bundle exec rake test

ruby_v=$(ruby -v)

ACTIVEMODEL_VERSION='3.2' bundle update
ACTIVEMODEL_VERSION='3.2' bundle exec rake test

if [[ ! $ruby_v =~ '2.2.0' ]]; then
  ACTIVEMODEL_VERSION='5.2' bundle update
  ACTIVEMODEL_VERSION='5.2' bundle exec rake test
fi

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
u-case-2.3.0 .travis.sh
u-case-2.2.0 .travis.sh
u-case-2.1.1 .travis.sh
u-case-2.1.0 .travis.sh
u-case-2.0.0 .travis.sh
u-case-2.0.0.pre.4 .travis.sh
u-case-2.0.0.pre.3 .travis.sh
u-case-2.0.0.pre.2 .travis.sh
u-case-2.0.0.pre .travis.sh
u-case-1.1.0 .travis.sh
u-case-1.0.0 .travis.sh
u-case-1.0.0.rc1 .travis.sh
u-service-1.0.0 .travis.sh
u-service-0.14.0 .travis.sh
u-service-0.13.1 .travis.sh
u-service-0.13.0 .travis.sh
u-service-0.12.0 .travis.sh
u-service-0.11.0 .travis.sh
u-service-0.10.0 .travis.sh
u-service-0.9.0 .travis.sh