Sha256: fbeb499575b72bb366507d762d11b2878b50cc29cac5789e3b37756c8bd8103a

Contents?: true

Size: 218 Bytes

Versions: 13

Compression:

Stored size: 218 Bytes

Contents

#!/bin/bash

# Source RVM profile and set ruby / gemset
. /etc/profile

# Exit with error if any command returns non zero
set -e

# Bundle gems
rvm use "1.9.3-p125@heirloom" --create
bundle

# Run spec tests
rake spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
heirloom-0.8.0 script/ci_setup
heirloom-0.7.4 script/ci_setup
heirloom-0.7.3 script/ci_setup
heirloom-0.7.3rc2 script/ci_setup
heirloom-0.7.3rc1 script/ci_setup
heirloom-0.7.2 script/ci_setup
heirloom-0.7.2rc2 script/ci_setup
heirloom-0.7.2rc1 script/ci_setup
heirloom-0.7.1 script/ci_setup
heirloom-0.7.0 script/ci_setup
heirloom-0.7.0rc1 script/ci_setup
heirloom-0.6.1 script/ci_setup
heirloom-0.6.0rc1 script/ci_setup