Sha256: 1cf42006bdeca45cb80ae4d9e44843c8b7c727a8630c08998997bebfdbe9d11f

Contents?: true

Size: 223 Bytes

Versions: 16

Compression:

Stored size: 223 Bytes

Contents

#!/bin/bash

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

# Bundle gems
bundle

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

# Run spec tests
rspec spec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
stackster-0.2.9 script/ci_setup
stackster-0.2.8 script/ci_setup
stackster-0.2.7 script/ci_setup
stackster-0.2.6 script/ci_setup
stackster-0.2.5 script/ci_setup
stackster-0.2.4 script/ci_setup
stackster-0.2.3 script/ci_setup
stackster-0.2.2 script/ci_setup
stackster-0.2.1 script/ci_setup
stackster-0.2.0 script/ci_setup
stackster-0.1.3 script/ci_setup
stackster-0.1.2 script/ci_setup
stackster-0.1.1 script/ci_setup
stackster-0.1.0 script/ci_setup
stackster-0.0.5 script/ci_setup
stackster-0.0.4 script/ci_setup