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-service-0.8.0 .travis.sh
u-service-0.7.0 .travis.sh
u-service-0.6.0 .travis.sh