Sha256: 271d696cd1302daa5694b6cba7645f9530cfd136e9d6e919e33a6f4036a40f9e

Contents?: true

Size: 219 Bytes

Versions: 9

Compression:

Stored size: 219 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
rspec spec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
heirloom-0.5.0rc4 script/ci_setup
heirloom-0.5.0rc3 script/ci_setup
heirloom-0.5.0rc2 script/ci_setup
heirloom-0.5.0rc1 script/ci_setup
heirloom-0.4.1rc1 script/ci_setup
heirloom-0.4.0 script/ci_setup
heirloom-0.3.1 script/ci_setup
heirloom-0.3.0 script/ci_setup
heirloom-0.3.0.rc1 script/ci_setup