Sha256: dc0d9358885a1af10a22acec2f4dfdb43d908b8159f4eac29327093bbf0a4e66

Contents?: true

Size: 221 Bytes

Versions: 8

Compression:

Stored size: 221 Bytes

Contents

#!/bin/bash

# Source RVM profile and set ruby / gemset
. /etc/profile
rvm use "1.9.3-p125@heirloom" --create

# Bundle gems
bundle

# Create blank deployment config
touch $HOME/.heirloom.yml

# Run spec tests
rspec spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
heirloom-0.2.0 script/ci_setup
heirloom-0.1.4 script/ci_setup
heirloom-0.1.3 script/ci_setup
heirloom-0.1.2 script/ci_setup
heirloom-0.1.1 script/ci_setup
heirloom-0.1.0 script/ci_setup
heirloom-0.0.9 script/ci_setup
heirloom-0.0.8 script/ci_setup