Sha256: e52dcf2bd904108df44db8e59eb2232acaa3d81281302ac374450c464451971c

Contents?: true

Size: 152 Bytes

Versions: 22

Compression:

Stored size: 152 Bytes

Contents

engine=$(ruby -e 'puts RUBY_ENGINE')

case $engine in
  "ruby" )
    bundle exec rake test && bundle exec cane;;
  * )
    bundle exec rake test;;
esac

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
pgbackups-archive-1.1.0 test/ci/ci_runner.sh
pgbackups-archive-1.0.3 test/ci/ci_runner.sh
pgbackups-archive-1.0.2 test/ci/ci_runner.sh
pgbackups-archive-1.0.1 test/ci/ci_runner.sh
pgbackups-archive-1.0.0 test/ci/ci_runner.sh
pgbackups-archive-0.3.0 test/ci/ci_runner.sh
pgbackups-archive-0.2.4 test/ci/ci_runner.sh
pgbackups-archive-0.2.3 test/ci/ci_runner.sh
pgbackups-archive-0.2.2 test/ci/ci_runner.sh
pgbackups-archive-0.2.1 test/ci/ci_runner.sh
thincloud-resque-0.1.4 test/ci/ci_runner.sh
thincloud-resque-0.1.3 test/ci/ci_runner.sh
thincloud-resque-0.1.2 test/ci/ci_runner.sh
thincloud-deployment-1.0.1 test/ci/ci_runner.sh
thincloud-test-1.0.0 lib/thincloud/test/templates/ci/ci_runner.sh
thincloud-test-1.0.0.rc1 lib/thincloud/test/templates/ci/ci_runner.sh
thincloud-deployment-1.0.0 test/ci/ci_runner.sh
pgbackups-archive-0.2.0 test/ci/ci_runner.sh
pgbackups-archive-0.1.0 test/ci/ci_runner.sh
thincloud-test-1.0.0.pre lib/thincloud/test/templates/ci/ci_runner.sh